1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/www/erwn/Makefile
Pav Lucistnik 56faeda39d - Update to 0.5
PR:		ports/60855
Submitted by:	Vincent Tantardini <vinc@FreeBSD-fr.0x45.org>
2004-01-03 13:52:19 +00:00

32 lines
633 B
Makefile

# New ports collection makefile for: erwin
# Date created: 31 July 1999
# Whom: Jim Mock <jimFreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= erwn
PORTVERSION= 0.5
CATEGORIES= www editors
MASTER_SITES= http://lisas.de/erwin/
DISTNAME= erwin-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple (at the moment) html editor based on GTK+
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gtk20 libxml2 libgtkhtml
USE_LIBTOOL= yes
MAN1= erwin.1
post-install:
.if !defined(NOPORTDOCS)
@${ECHO} "===> Installing README in ${DOCSDIR}"
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>