diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-29 04:05:48 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-29 04:05:48 +0000 |
commit | a1049f1f1b74fbecbe51ca1a9119bc01e534fc3f (patch) | |
tree | 4770d088c0acdcbfb1fcccdf01fdaf1db6fd7abf /graphics/gview | |
parent | a77eab2b6ca12e61e72c7c0474b301c24f254ea4 (diff) | |
download | ports-a1049f1f1b74fbecbe51ca1a9119bc01e534fc3f.tar.gz ports-a1049f1f1b74fbecbe51ca1a9119bc01e534fc3f.zip |
Notes
Diffstat (limited to 'graphics/gview')
-rw-r--r-- | graphics/gview/Makefile | 18 | ||||
-rw-r--r-- | graphics/gview/distinfo | 2 |
2 files changed, 9 insertions, 11 deletions
diff --git a/graphics/gview/Makefile b/graphics/gview/Makefile index 3e2c291c5d8b..e761605c86d2 100644 --- a/graphics/gview/Makefile +++ b/graphics/gview/Makefile @@ -1,27 +1,25 @@ # New ports collection makefile for: gview -# Version required: 0.1.4 +# Version required: 0.1.5 # Date created: 30 April 1999 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/03 04:21:32 steve Exp $ # -DISTNAME= gview-0.1.4 +DISTNAME= gview-0.1.5 CATEGORIES= graphics MASTER_SITES= http://www.geocities.com/ResearchTriangle/Facility/1468/sg/ MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= gdk_imlib:${PORTSDIR}/graphics/imlib \ - gdk12:${PORTSDIR}/x11-toolkits/gtk12 \ - glib12:${PORTSDIR}/devel/glib12 \ - gmodule12:${PORTSDIR}/devel/glib12 \ - gtk12:${PORTSDIR}/x11-toolkits/gtk12 \ - intl:${PORTSDIR}/devel/gettext +LIB_DEPENDS= gdk_imlib.4:${PORTSDIR}/graphics/imlib \ + intl.1:${PORTSDIR}/devel/gettext + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: .if !defined(NOPORTDOCS) diff --git a/graphics/gview/distinfo b/graphics/gview/distinfo index 0f61efc48e2a..9b9a15609169 100644 --- a/graphics/gview/distinfo +++ b/graphics/gview/distinfo @@ -1 +1 @@ -MD5 (gview-0.1.4.tar.gz) = 165d1ab2b25707a369c35fb85fb89330 +MD5 (gview-0.1.5.tar.gz) = f80d8ae4904003e21f2b403f162610e2 |