View | Details | Raw Unified | Return to bug 62530
Collapse All | Expand All

(-)graphics/gliv/Makefile (-4 / +12 lines)
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>
(-)graphics/gliv/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (gliv-1.8.tar.bz2) = 75c516fc04426e88231b07fcd66d063e
1
MD5 (gliv-1.8.1.tar.bz2) = 45a07bad0bd97a60ffa2d9f3dcd1360d
2
SIZE (gliv-1.8.tar.bz2) = 342675
2
SIZE (gliv-1.8.1.tar.bz2) = 386496
(-)graphics/gliv/files/patch-Makefile.in (+11 lines)
Line 0 Link Here
1
--- Makefile.in.orig	Thu Feb  5 07:32:28 2004
2
+++ Makefile.in	Sat Feb  7 17:42:40 2004
3
@@ -622,8 +622,6 @@
4
 info-am:
5
 
6
 install-data-am: install-man
7
-	@$(NORMAL_INSTALL)
8
-	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
9
 
10
 install-exec-am:
11
 
(-)graphics/gliv/pkg-descr (-1 / +1 lines)
Lines 1-3 Link Here
1
An Image viewer that uses Gdk-Pixbuf to load images, and OpenGL to render them.
1
An Image viewer that uses Gdk-Pixbuf to load images, and OpenGL to render them.
2
2
3
WWW: http://gliv.tuxfamily.org/
3
WWW: http://guichaz.free.fr/gliv/
(-)graphics/gliv/pkg-plist (+2 lines)
Lines 1-4 Link Here
1
bin/gliv
1
bin/gliv
2
share/gnome/applications/gliv.desktop
3
share/gnome/pixmaps/gliv.png
2
share/locale/fr/LC_MESSAGES/gliv.mo
4
share/locale/fr/LC_MESSAGES/gliv.mo
3
share/locale/nl/LC_MESSAGES/gliv.mo
5
share/locale/nl/LC_MESSAGES/gliv.mo
4
share/locale/pt_BR/LC_MESSAGES/gliv.mo
6
share/locale/pt_BR/LC_MESSAGES/gliv.mo

Return to bug 62530