freebsd-ports/www/bluefish/Makefile
Mario Sergio Fujikawa Ferreira 93b8f14b85 Deploy USE_GNOMENG infrastructure
PR:		42289
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-01 15:31:33 +00:00

49 lines
1.3 KiB
Makefile

# New ports collection makefile for: bluefish
# Date created: 25 July 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bluefish
PORTVERSION= 0.7
CATEGORIES= www editors
MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/ \
ftp://bluefish.advancecreations.com/pub/bluefish/downloads/ \
http://bluefish.mrball.net/downloads/ \
ftp://ftp.ratisbona.com/pub/bluefish/downloads/ \
http://bluefish.shellhung.org/downloads/
MAINTAINER= jim@FreeBSD.org
RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint
USE_GMAKE= yes
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= imlib
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-install-location="${X11BASE}/lib/bluefish"
.include <bsd.port.pre.mk>
.if defined(WITH_AUTO_COMPLETE)
CONFIGURE_ARGS+= --with-autocomplet
.endif
MANCOMPRESSED= no
MAN1= bluefish.1
post-patch:
@${PERL} -pi -e 's|gtk-config|${GTK_CONFIG}|g;' ${WRKSRC}/configure
post-install:
.if !defined(NOPORTDOCS)
@${ECHO} "===> Installing bluefish docs in ${PREFIX}/share/doc/bluefish"
@${ECHO} "===> A manual is available online at http://bluefish.linuxbox.com/manual/"
@${MKDIR} ${PREFIX}/share/doc/bluefish && ${CHMOD} a+rx ${PREFIX}/share/doc/bluefish
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bluefish
.endif
.include <bsd.port.post.mk>