diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-15 05:59:16 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-15 05:59:16 +0000 |
commit | d67c70ab60ecf48f8baf889d9e214ecefed0e8e0 (patch) | |
tree | 31af871533c29d03fa96450e7d00a21025cb5c5d /graphics/gqview | |
parent | 6f1e7a0fb5ffb01c313bd59c3072487cbdbd1e95 (diff) | |
download | ports-d67c70ab60ecf48f8baf889d9e214ecefed0e8e0.tar.gz ports-d67c70ab60ecf48f8baf889d9e214ecefed0e8e0.zip |
Notes
Diffstat (limited to 'graphics/gqview')
-rw-r--r-- | graphics/gqview/Makefile | 26 | ||||
-rw-r--r-- | graphics/gqview/distinfo | 2 | ||||
-rw-r--r-- | graphics/gqview/pkg-plist | 2 |
3 files changed, 19 insertions, 11 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index 664c474c10e3..3a1d1cd06dac 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -1,27 +1,33 @@ # New ports collection makefile for: gqview -# Version required: 0.5.1 -# Date Created: 27 Oct 1998 -# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG> +# Version required: 0.6.0 +# Date Created: 27 Oct 1998 +# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.8 1999/01/12 16:50:42 vanilla Exp $ +# $Id: Makefile,v 1.9 1999/01/17 18:17:51 nectar Exp $ # -DISTNAME= gqview-0.5.1.src -PKGNAME= gqview-0.5.1 +DISTNAME= gqview-0.6.0.src +PKGNAME= gqview-0.6.0 CATEGORIES= graphics MASTER_SITES= http://www.geocities.com/SiliconValley/Haven/5235/ EXTRACT_SUFX= .tgz MAINTAINER= nacai@iname.com -LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \ +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ Imlib.2:${PORTSDIR}/graphics/imlib USE_X_PREFIX= yes -WRKSRC= ${WRKDIR}/gqview-0.5.1 + +WRKSRC= ${WRKDIR}/${PKGNAME} ALL_TARGET= gqview +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" + -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gqview ${PREFIX}/bin +pre-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/gqview + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview/README +.endif .include <bsd.port.mk> diff --git a/graphics/gqview/distinfo b/graphics/gqview/distinfo index f0198cc4e07a..f7ecd898aeed 100644 --- a/graphics/gqview/distinfo +++ b/graphics/gqview/distinfo @@ -1 +1 @@ -MD5 (gqview-0.5.1.src.tgz) = c1bac743699b986b7ebd39f9975e3253 +MD5 (gqview-0.6.0.src.tgz) = 6921623f19c643b59810da28275b09d6 diff --git a/graphics/gqview/pkg-plist b/graphics/gqview/pkg-plist index f9a9620d1323..6ffe0ee1c6d7 100644 --- a/graphics/gqview/pkg-plist +++ b/graphics/gqview/pkg-plist @@ -1 +1,3 @@ bin/gqview +share/doc/gqview/README +@dirrm share/doc/gqview |