diff options
author | krion <krion@FreeBSD.org> | 2003-12-04 18:21:06 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-12-04 18:21:06 +0800 |
commit | 1c992d96a84c4466f7060db28f8e58eadf563e2d (patch) | |
tree | 42a9b59d4217412e13f536f094afe0aa7ad72298 | |
parent | d4d5c512e0f9b8de136fc1c0db5da573326d2da5 (diff) | |
download | freebsd-ports-gnome-1c992d96a84c4466f7060db28f8e58eadf563e2d.tar.gz freebsd-ports-gnome-1c992d96a84c4466f7060db28f8e58eadf563e2d.tar.zst freebsd-ports-gnome-1c992d96a84c4466f7060db28f8e58eadf563e2d.zip |
- Update to version 1.8
PR: 59753
Submitted by: Ports Fury
-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 |