1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/www/erwn/Makefile
Joe Marcus Clarke 951c257ea3 Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features.  Not that it doesn't have its share of new and exciting
items.  See http://www.gnome.org/start/2.18/ for all the goodies in
this release.

GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 05:14:07 +00:00

36 lines
699 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= 2
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-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>