Lines 6-15
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= gliv |
8 |
PORTNAME= gliv |
9 |
PORTVERSION= 1.8 |
9 |
PORTVERSION= 1.8.1 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= graphics |
10 |
CATEGORIES= graphics |
12 |
MASTER_SITES= http://gliv.tuxfamily.org/ |
11 |
MASTER_SITES= http://guichaz.free.fr/gliv/ |
13 |
|
12 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
13 |
MAINTAINER= ports@FreeBSD.org |
15 |
COMMENT= An image viewer that uses Gdk-Pixbuf and OpenGL |
14 |
COMMENT= An image viewer that uses Gdk-Pixbuf and OpenGL |
Lines 20-32
Link Here
|
20 |
USE_X_PREFIX= yes |
19 |
USE_X_PREFIX= yes |
21 |
USE_GL= yes |
20 |
USE_GL= yes |
22 |
USE_GETOPT_LONG= yes |
21 |
USE_GETOPT_LONG= yes |
23 |
USE_GNOME= gnomehack gnometarget gtk20 |
22 |
USE_GNOME= gnomehack gnomeprefix gnometarget gtk20 |
|
|
23 |
USE_GMAKE= yes |
24 |
GNU_CONFIGURE= yes |
24 |
GNU_CONFIGURE= yes |
25 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
25 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
|
|
26 |
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ |
27 |
AUTOHEADER="${TRUE}" |
26 |
|
28 |
|
27 |
MAN1= gliv.1 |
29 |
MAN1= gliv.1 |
28 |
|
30 |
|
29 |
CPPFLAGS= -I${LOCALBASE}/include |
31 |
CPPFLAGS= -I${LOCALBASE}/include |
30 |
LDFLAGS= -L${LOCALBASE}/lib |
32 |
LDFLAGS= -L${LOCALBASE}/lib |
|
|
33 |
|
34 |
post-install: |
35 |
${INSTALL_DATA} ${WRKSRC}/gliv.desktop \ |
36 |
${PREFIX}/share/gnome/applications |
37 |
${INSTALL_DATA} ${WRKSRC}/gliv.png \ |
38 |
${PREFIX}/share/gnome/pixmaps |
31 |
|
39 |
|
32 |
.include <bsd.port.mk> |
40 |
.include <bsd.port.mk> |