summaryrefslogtreecommitdiffstats
path: root/www/erwn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/erwn/Makefile')
-rw-r--r--www/erwn/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/www/erwn/Makefile b/www/erwn/Makefile
new file mode 100644
index 000000000..ef1d66d72
--- /dev/null
+++ b/www/erwn/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: erwin
+# Date created: 31 July 1999
+# Whom: Jim Mock <jimFreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= erwn
+PORTVERSION= 0.8
+PORTREVISION= 3
+CATEGORIES= www editors
+MASTER_SITES= http://lisas.de/erwin/
+DISTNAME= erwin-${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Simple GTK+-2 HTML editor
+
+LIB_DEPENDS= libgtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38
+
+USE_X_PREFIX= yes
+USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+MAN1= erwin.1
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>