1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/www/erwn/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

37 lines
726 B
Makefile

# New ports collection makefile for: erwin
# Date created: 31 July 1999
# Whom: Jim Mock <jimFreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= erwn
PORTVERSION= 0.8
PORTREVISION= 7
CATEGORIES= www editors
MASTER_SITES= http://lisas.de/erwin/
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
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>