freebsd-ports/www/erwn/Makefile
Florent Thoumie 65589606f7 - Update to 0.8.
PR:		ports/79485
Submitted by:	Ports Fury
2005-04-05 07:31:20 +00:00

30 lines
593 B
Makefile

# New ports collection makefile for: erwin
# Date created: 31 July 1999
# Whom: Jim Mock <jimFreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= erwn
PORTVERSION= 0.8
CATEGORIES= www editors
MASTER_SITES= http://lisas.de/erwin/
DISTNAME= erwin-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple GTK+-2 HTML editor
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gnometarget gtkhtml3 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>