diff options
author | nectar <nectar@FreeBSD.org> | 1999-03-15 05:59:16 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-03-15 05:59:16 +0000 |
commit | f352c56841b4a6b424524d9cc793a3c7f2e4a5a5 (patch) | |
tree | c5206ce2307ba921436d7792a03d7c6560799e93 | |
parent | 7438390f7065fabeaf7db50b7672ad434a27e193 (diff) | |
download | FreeBSD-ports-f352c56841b4a6b424524d9cc793a3c7f2e4a5a5.zip FreeBSD-ports-f352c56841b4a6b424524d9cc793a3c7f2e4a5a5.tar.gz |
Update 0.5.1 -> 0.6.0
-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 664c474..3a1d1cd 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 f0198cc..f7ecd89 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 f9a9620..6ffe0ee 100644 --- a/graphics/gqview/pkg-plist +++ b/graphics/gqview/pkg-plist @@ -1 +1,3 @@ bin/gqview +share/doc/gqview/README +@dirrm share/doc/gqview |