summaryrefslogtreecommitdiff
path: root/editors/xenon/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-11-14 02:08:28 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-11-14 02:08:28 +0000
commit5d0e746f084f2252158e8af3b126fc1e73220b7d (patch)
treea8864c6ada50b691e362164de4191f251f16a586 /editors/xenon/Makefile
parentUpdate to version 991028-2. (diff)
A simple X-based text editor which is based on libXpm instead of
gtk+/qt/motif/etc. PR: 14467 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Notes
Notes: svn path=/head/; revision=23075
Diffstat (limited to 'editors/xenon/Makefile')
-rw-r--r--editors/xenon/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/editors/xenon/Makefile b/editors/xenon/Makefile
new file mode 100644
index 000000000000..07a45867acfb
--- /dev/null
+++ b/editors/xenon/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: xenon
+# Version required: 0.6.4
+# Date created: 22 October 1999
+# Whom: Chris D. Faulhaber <jedgar@fxp.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= xenon-0.6.4
+CATEGORIES= editors
+MASTER_SITES= ftp://ftp.proximity.com.au/pub/xenon/
+
+MAINTAINER= jedgar@fxp.org
+
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+
+MAN1= xe.1
+
+pre-patch:
+ @${CP} ${WRKSRC}/makefiles/Makefile.Linux ${WRKSRC}/makefiles/Makefile.FreeBSD
+
+do-configure:
+ @cd ${WRKSRC}; ${LN} -sf makefiles/Makefile.FreeBSD Makefile
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/xe ${PREFIX}/bin
+ @${INSTALL_MAN} ${WRKSRC}/xe.1 ${PREFIX}/man/man1
+ @${MKDIR} ${PREFIX}/share/examples/xe
+ @${INSTALL_DATA} ${WRKSRC}/xerc ${PREFIX}/share/examples/xe/sample.xerc
+
+.include <bsd.port.mk>