Lines 1-10
Link Here
|
1 |
# Created by: Rusmir Dusko <nemysis@FreeBSD.org> |
1 |
# Created by: Rusmir Dusko <nemysis@FreeBSD.org> |
2 |
# $FreeBSD: head/graphics/viewnior/Makefile 512125 2019-09-15 17:28:08Z antoine $ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= viewnior |
4 |
PORTNAME= viewnior |
5 |
PORTVERSION= 1.6 |
5 |
PORTVERSION= 1.6 |
6 |
DISTVERSIONPREFIX= ${PORTNAME}- |
6 |
DISTVERSIONPREFIX= ${PORTNAME}- |
7 |
PORTREVISION= 4 |
7 |
PORTREVISION= 5 |
8 |
CATEGORIES= graphics |
8 |
CATEGORIES= graphics |
9 |
|
9 |
|
10 |
MAINTAINER= ports@FreeBSD.org |
10 |
MAINTAINER= ports@FreeBSD.org |
Lines 12-29
Link Here
|
12 |
|
12 |
|
13 |
LICENSE= GPLv3 |
13 |
LICENSE= GPLv3 |
14 |
|
14 |
|
15 |
BROKEN= unfetchable |
|
|
16 |
DEPRECATED= Unfetchable, unmaintained |
17 |
EXPIRATION_DATE= 2019-10-16 |
18 |
|
19 |
LIB_DEPENDS= libexiv2.so:graphics/exiv2 |
15 |
LIB_DEPENDS= libexiv2.so:graphics/exiv2 |
20 |
|
16 |
|
|
|
17 |
USES= autoreconf compiler:c++11-lang desktop-file-utils gettext-tools \ |
18 |
gmake libtool pkgconfig |
19 |
|
21 |
USE_GITHUB= yes |
20 |
USE_GITHUB= yes |
22 |
GH_ACCOUNT= xsisqox |
21 |
GH_ACCOUNT= hellosiyan |
23 |
GH_PROJECT= Viewnior |
22 |
GH_PROJECT= Viewnior |
24 |
|
23 |
|
25 |
USES= autoreconf compiler:c++11-lang desktop-file-utils gettext-tools \ |
|
|
26 |
gmake libtool pkgconfig |
27 |
USE_GNOME= glib20 gtk20 gdkpixbuf2 intltool intlhack |
24 |
USE_GNOME= glib20 gtk20 gdkpixbuf2 intltool intlhack |
28 |
GNU_CONFIGURE= yes |
25 |
GNU_CONFIGURE= yes |
29 |
CPPFLAGS+= -I${LOCALBASE}/include |
26 |
CPPFLAGS+= -I${LOCALBASE}/include |