1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/www/bluefish/Makefile

51 lines
1.3 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: bluefish
1999-08-15 07:10:55 +00:00
# Date created: 25 July 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
1999-08-31 02:43:35 +00:00
# $FreeBSD$
#
PORTNAME= bluefish
2001-12-11 09:45:55 +00:00
PORTVERSION= 0.7
PORTREVISION= 1
CATEGORIES= www editors
2001-02-21 18:54:06 +00:00
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/
1999-08-15 07:10:55 +00:00
MAINTAINER= jim@FreeBSD.org
RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint
2000-01-15 02:38:05 +00:00
USE_GMAKE= yes
2000-05-17 19:44:04 +00:00
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= imlib
2000-01-15 02:38:05 +00:00
GNU_CONFIGURE= yes
2001-12-11 09:45:55 +00:00
CONFIGURE_ARGS= --with-install-location="${X11BASE}/lib/bluefish"
.include <bsd.port.pre.mk>
.if defined(WITH_AUTO_COMPLETE)
CONFIGURE_ARGS+= --with-autocomplet
.endif
2000-10-05 06:57:56 +00:00
MANCOMPRESSED= no
2000-08-11 01:04:47 +00:00
MAN1= bluefish.1
2001-12-11 09:45:55 +00:00
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/"
1999-08-22 19:01:07 +00:00
@${MKDIR} ${PREFIX}/share/doc/bluefish && ${CHMOD} a+rx ${PREFIX}/share/doc/bluefish
2000-10-05 06:57:56 +00:00
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bluefish
.endif
2001-12-11 09:45:55 +00:00
.include <bsd.port.post.mk>