freebsd-ports/www/erwn/Makefile

32 lines
615 B
Makefile
Raw Normal View History

# Created by: Jim Mock <jimFreeBSD.org>
1999-08-31 04:43:35 +02:00
# $FreeBSD$
PORTNAME= erwn
PORTVERSION= 0.8
2012-06-01 07:26:28 +02:00
PORTREVISION= 12
CATEGORIES= www editors
MASTER_SITES= http://lisas.de/erwin/
2000-04-15 14:58:16 +02:00
DISTNAME= erwin-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple GTK+-2 HTML editor
USES= pathfix pkgconfig gmake
USE_GNOME= gnomeprefix gtksourceview gtkhtml3
2004-07-05 01:39:12 +02:00
GNU_CONFIGURE= yes
MAN1= erwin.1
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e "s|gtkhtml-3.6|gtkhtml-3.14|g" \
${WRKSRC}/configure
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>