diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-04 10:21:06 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-04 10:21:06 +0000 |
commit | bad129d485317db7f4348c8d84128ffd652eddb1 (patch) | |
tree | b3e5b4c945e6dac98c706ca7de296a07e4be7980 /graphics/gliv | |
parent | 9ba1fd03da6f813d50f48cfc488a000f08740503 (diff) | |
download | ports-bad129d485317db7f4348c8d84128ffd652eddb1.tar.gz ports-bad129d485317db7f4348c8d84128ffd652eddb1.zip |
Notes
Diffstat (limited to 'graphics/gliv')
-rw-r--r-- | graphics/gliv/Makefile | 14 | ||||
-rw-r--r-- | graphics/gliv/distinfo | 2 | ||||
-rw-r--r-- | graphics/gliv/pkg-plist | 2 |
3 files changed, 8 insertions, 10 deletions
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index 2cbf9e0aadf1..8fdcc3a83a79 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gliv -PORTVERSION= 1.7.1 +PORTVERSION= 1.8 CATEGORIES= graphics MASTER_SITES= http://gliv.tuxfamily.org/ @@ -14,22 +14,18 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An image viewer that uses Gdk-Pixbuf and OpenGL LIB_DEPENDS= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext -RUN_DEPENDS= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick USE_BZIP2= yes USE_X_PREFIX= yes -USE_REINPLACE= yes +USE_GL= yes USE_GETOPT_LONG= yes +USE_GNOME= gnomehack gnometarget gtk20 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= gliv.1 -CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} -LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lXext -lX11 ${PTHREAD_LIBS} - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.mk> diff --git a/graphics/gliv/distinfo b/graphics/gliv/distinfo index 5c08dc4dca3c..f91c8db7ff5d 100644 --- a/graphics/gliv/distinfo +++ b/graphics/gliv/distinfo @@ -1 +1 @@ -MD5 (gliv-1.7.1.tar.bz2) = a8c06551a6830d994442bec4220a153e +MD5 (gliv-1.8.tar.bz2) = 75c516fc04426e88231b07fcd66d063e diff --git a/graphics/gliv/pkg-plist b/graphics/gliv/pkg-plist index 7ad2fd85d782..de7611942f17 100644 --- a/graphics/gliv/pkg-plist +++ b/graphics/gliv/pkg-plist @@ -1,4 +1,6 @@ bin/gliv share/locale/fr/LC_MESSAGES/gliv.mo +share/locale/nl/LC_MESSAGES/gliv.mo share/locale/pt_BR/LC_MESSAGES/gliv.mo +share/locale/ro/LC_MESSAGES/gliv.mo share/locale/ru/LC_MESSAGES/gliv.mo |