Lines 2-9
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= viewnior |
4 |
PORTNAME= viewnior |
5 |
PORTVERSION= 1.4 |
5 |
PORTVERSION= 1.5 |
6 |
PORTREVISION= 2 |
|
|
7 |
CATEGORIES= graphics |
6 |
CATEGORIES= graphics |
8 |
|
7 |
|
9 |
MAINTAINER= nemysis@FreeBSD.org |
8 |
MAINTAINER= nemysis@FreeBSD.org |
Lines 16-26
Link Here
|
16 |
USE_GITHUB= yes |
15 |
USE_GITHUB= yes |
17 |
GH_ACCOUNT= xsisqox |
16 |
GH_ACCOUNT= xsisqox |
18 |
GH_PROJECT= Viewnior |
17 |
GH_PROJECT= Viewnior |
19 |
GH_TAGNAME= ${GH_COMMIT} |
18 |
GH_TAGNAME= 55ebe9b |
20 |
GH_COMMIT= fc0f5cb |
|
|
21 |
|
19 |
|
22 |
USES= autoreconf desktop-file-utils gmake libtool pkgconfig |
20 |
USES= autoreconf desktop-file-utils gmake libtool pkgconfig \ |
23 |
USE_GNOME= glib20 gtk20 |
21 |
gettext-tools |
|
|
22 |
USE_GNOME= glib20 gtk20 gdkpixbuf2 intltool intlhack |
24 |
GNU_CONFIGURE= yes |
23 |
GNU_CONFIGURE= yes |
25 |
CPPFLAGS+= -I${LOCALBASE}/include |
24 |
CPPFLAGS+= -I${LOCALBASE}/include |
26 |
LIBS+= -L${LOCALBASE}/lib |
25 |
LIBS+= -L${LOCALBASE}/lib |
Lines 31-38
Link Here
|
31 |
OPTIONS_DEFINE= DOCS NLS |
30 |
OPTIONS_DEFINE= DOCS NLS |
32 |
OPTIONS_SUB= yes |
31 |
OPTIONS_SUB= yes |
33 |
|
32 |
|
34 |
NLS_USES= gettext |
33 |
NLS_USES= gettext-runtime |
35 |
|
34 |
|
|
|
35 |
pre-configure: |
36 |
${MKDIR} ${WRKSRC}/m4 |
37 |
|
36 |
post-install: |
38 |
post-install: |
37 |
${MKDIR} ${STAGEDIR}${DOCSDIR} |
39 |
${MKDIR} ${STAGEDIR}${DOCSDIR} |
38 |
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} |
40 |
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} |