diff options
Diffstat (limited to 'www/erwin/Makefile')
-rw-r--r-- | www/erwin/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/erwin/Makefile b/www/erwin/Makefile new file mode 100644 index 000000000000..19c78ae02920 --- /dev/null +++ b/www/erwin/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: erwin +# Date created: 2004 04 July +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= erwin +PORTVERSION= 0.7 +CATEGORIES= www gnome +MASTER_SITES= http://lisas.de/erwin/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= Simply Gtk+-2 HTML Editor + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview libgtkhtml + +MAN1= erwin.1 + +.include <bsd.port.mk> |