diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-05-29 21:40:04 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-05-29 21:40:04 +0000 |
commit | fdf9c5f4f2176f927f19901129a0cd60d4ea90cd (patch) | |
tree | c8580bb743f335901d060692a53abc48a619b782 /graphics/gview/Makefile | |
parent | abb3904f148ba34e44569acd8367c24509bee449 (diff) | |
download | FreeBSD-ports-fdf9c5f4f2176f927f19901129a0cd60d4ea90cd.zip FreeBSD-ports-fdf9c5f4f2176f927f19901129a0cd60d4ea90cd.tar.gz |
Update to 0.1.14 and add WWW
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics/gview/Makefile')
-rw-r--r-- | graphics/gview/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/graphics/gview/Makefile b/graphics/gview/Makefile index 43d05c3..9d01091 100644 --- a/graphics/gview/Makefile +++ b/graphics/gview/Makefile @@ -6,17 +6,15 @@ # PORTNAME= gview -PORTVERSION= 0.1.12 +PORTVERSION= 0.1.14 CATEGORIES= graphics -MASTER_SITES= http://gview.netpedia.net/ \ +MASTER_SITES= http://netpedia.net/hosting/gview/ \ http://homepages.petech.ac.za/~bruces/ \ - ftp://ftp.petech.ac.za/pub/viewers/ \ - http://www.geocities.com/ResearchTriangle/Facility/1468/sg/ + ftp://ftp.petech.ac.za/pub/viewers/ MAINTAINER= cpiazza@FreeBSD.org -LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib \ - intl.1:${PORTSDIR}/devel/gettext +LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib GTK_CONFIG?= ${X11BASE}/bin/gtk12-config @@ -28,9 +26,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ post-install: .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/gview -.for file in AUTHORS BUGS COPYING ChangeLog NEWS README TODO - @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gview + @${MKDIR} ${PREFIX}/share/doc/gview +.for file in AUTHORS BUGS ChangeLog NEWS README TODO + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gview .endfor .endif |