diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-11-21 00:41:57 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-11-21 00:41:57 +0000 |
commit | 47eaa089a0759c0007aee89045ff96780055c1ad (patch) | |
tree | bfc352baa54368d45bf41ad78839fbd7dbfcf8b4 /editors/gedit2/Makefile | |
parent | 652343888a12dc6062f0f58f4898103503328955 (diff) | |
download | ports-47eaa089a0759c0007aee89045ff96780055c1ad.tar.gz ports-47eaa089a0759c0007aee89045ff96780055c1ad.zip |
Update to version 0.6.0
PR: 15009
Submitted by: Rod Taylor <rod@zort.on.ca>
Notes
Notes:
svn path=/head/; revision=23225
Diffstat (limited to 'editors/gedit2/Makefile')
-rw-r--r-- | editors/gedit2/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index 38ce87e5fd2e..154b96d22ba0 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -1,16 +1,18 @@ # New ports collection makefile for: gedit -# Version required: 0.5.5 +# Version required: 0.6.0 # Date created: 4 May 1999 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= gedit-0.5.5 -CATEGORIES= editors gnome -MASTER_SITES= http://gedit.pn.org/tar/ +DISTNAME= gedit-0.6.0 +CATEGORIES= editors gnome +MASTER_SITES= http://www.oscentral.org/files/software/ \ + http://gedit.pn.org/tar/ \ + ftp://ftp.oscentral.org/pub/software/ -MAINTAINER= andy@icc.surw.chel.su +MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= gnomeui.3:${PORTSDIR}/x11/gnomelibs @@ -26,6 +28,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ MAN1= gedit.1 +pre-install: + @ touch ${WRKSRC}/po/da.gmo post-install: @ ${MKDIR} ${PREFIX}/share/gnome/apps/Applications @ ${MKDIR} ${PREFIX}/share/gnome/help/gedit |