summaryrefslogtreecommitdiff
path: root/editors/gedit2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gedit2/Makefile')
-rw-r--r--editors/gedit2/Makefile22
1 files changed, 17 insertions, 5 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile
index d97f455676fe..479edc97caea 100644
--- a/editors/gedit2/Makefile
+++ b/editors/gedit2/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: gedit
-# Version required: 0.5.1
+# Version required: 0.5.4
# Date created: 4 May 1999
# Whom: Andrey Zakhvatov
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/06/06 17:55:41 steve Exp $
#
-DISTNAME= gedit-0.5.1
+DISTNAME= gedit-0.5.4
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://gedit.pn.org/ \
@@ -41,15 +41,27 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" \
- GTK_CONFIG="${X11BASE}/bin/gtk12-config"
+ GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
+ LIBS="-L${LOCALBASE}/lib"
MAN1= gedit.1
post-install:
- @${MKDIR} ${PREFIX}/share/gnome/apps/Applications
+ @ ${MKDIR} ${PREFIX}/share/gnome/apps/Applications
+ @ ${MKDIR} ${PREFIX}/share/gnome/help/gedit
+ @ ${MKDIR} ${PREFIX}/share/gnome/help/gedit/C
+ @ ${MKDIR} ${PREFIX}/share/gnome/help/gedit/no
@ ${MV} ${PREFIX}/share/gnome/gnome/apps/Applications/gedit.desktop ${PREFIX}/share/gnome/apps/Applications
+ @ ${MV} ${PREFIX}/share/gnome/gnome/help/gedit/C/index.html ${PREFIX}/share/gnome/help/gedit/C
+ @ ${MV} ${PREFIX}/share/gnome/gnome/help/gedit/C/topic.dat ${PREFIX}/share/gnome/help/gedit/C
+ @ ${MV} ${PREFIX}/share/gnome/gnome/help/gedit/no/index.html ${PREFIX}/share/gnome/help/gedit/no
+ @ ${MV} ${PREFIX}/share/gnome/gnome/help/gedit/no/topic.dat ${PREFIX}/share/gnome/help/gedit/no
@ ${RMDIR} ${PREFIX}/share/gnome/gnome/apps/Applications
@ ${RMDIR} ${PREFIX}/share/gnome/gnome/apps
+ @ ${RMDIR} ${PREFIX}/share/gnome/gnome/help/gedit/C
+ @ ${RMDIR} ${PREFIX}/share/gnome/gnome/help/gedit/no
+ @ ${RMDIR} ${PREFIX}/share/gnome/gnome/help/gedit
+ @ ${RMDIR} ${PREFIX}/share/gnome/gnome/help
@ ${RMDIR} ${PREFIX}/share/gnome/gnome
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/gedit