freebsd-ports/www/erwn/Makefile

37 lines
726 B
Makefile
Raw Normal View History

# New ports collection makefile for: erwin
# Date created: 31 July 1999
# Whom: Jim Mock <jimFreeBSD.org>
#
1999-08-31 04:43:35 +02:00
# $FreeBSD$
#
PORTNAME= erwn
PORTVERSION= 0.8
2010-02-05 12:46:55 +01:00
PORTREVISION= 9
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
LIB_DEPENDS= gtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38
USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview
USE_GMAKE= yes
2004-07-05 01:39:12 +02:00
GNU_CONFIGURE= yes
MAN1= erwin.1
post-patch:
@${REINPLACE_CMD} -e "s|gtkhtml-3.6|gtkhtml-3.8|g" \
${WRKSRC}/configure
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>