summaryrefslogtreecommitdiff
path: root/www/bluefish/Makefile
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>1999-07-27 04:12:45 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>1999-07-27 04:12:45 +0000
commit874ad3832bdc46d0e90cb52e09571296995d9ed8 (patch)
tree0f14ccb7ffff1f46755fb3c7df3a4bba237809ca /www/bluefish/Makefile
parentMisfiled a Makefile line. (diff)
PR: 12799
Submitted by: Jim Mock <jim@blues.ghis.net> New port of bluefish, which is an HTML editor that uses gtk. Future versions will possibly include gnome support and it will be added to the Makefile if/when it happens. Bluefish is an advanced HTML editor that contains functionality for PHP, SSI, and RXML. It is designed for the experienced web designer. WWW: http://bluefish.linuxbox.com/
Notes
Notes: svn path=/head/; revision=20357
Diffstat (limited to 'www/bluefish/Makefile')
-rw-r--r--www/bluefish/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile
new file mode 100644
index 000000000000..bfcbd37fe4c2
--- /dev/null
+++ b/www/bluefish/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: bluefish
+# Version required: 0.3.2
+# Date created: 25 July 1999
+# Whom: Jim Mock <jim@blues.ghis.net>
+#
+# $Id$
+#
+
+DISTNAME= bluefish-0.3.2
+CATEGORIES= www editors
+MASTER_SITES= http://bluefish.linuxbox.com/download/ \
+ http://student.wau.nl/~olivier/bluefish/download/ \
+ http://ha-pc.cheque.uq.edu.au/download/
+
+MAINTAINER= jim@blues.ghis.net
+
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+
+post-install:
+ @strip ${PREFIX}/bin/bluefish
+.if !defined(NOPORTDOCS)
+ @${ECHO} "===> Installing bluefish docs in ${PREFIX}/share/doc/bluefish"
+ @${ECHO} "===> A manual is available online at http://bluefish.linuxbox.com/manual/"
+ @${MKDIR} ${PREFIX}/share/doc/bluefish && chmod a+rx ${PREFIX}/share/doc/bluefish
+ @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bluefish
+.endif
+
+.include <bsd.port.mk>