freebsd-ports/www/bluefish/Makefile

41 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: bluefish
1999-08-15 09:10:55 +02:00
# Date created: 25 July 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
1999-08-31 04:43:35 +02:00
# $FreeBSD$
#
PORTNAME= bluefish
2000-05-17 21:44:04 +02:00
PORTVERSION= 0.4
CATEGORIES= www editors
2000-05-17 21:44:04 +02:00
MASTER_SITES= http://bluefish.openoffice.nl/download/ \
2000-02-12 01:31:20 +01:00
http://student.wau.nl/~olivier/bluefish/download/
1999-08-15 09:10:55 +02:00
MAINTAINER= jim@FreeBSD.org
RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
gdk_imlib.5:${PORTSDIR}/graphics/imlib
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
2000-01-15 03:38:05 +01:00
USE_GMAKE= yes
2000-05-17 21:44:04 +02:00
USE_BZIP2= yes
2000-01-15 03:38:05 +01:00
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
2000-05-17 21:44:04 +02:00
CONFIGURE_ARGS= --with-install-location="${X11BASE}/lib/bluefish" \
--disable-nls
2000-01-15 03:38:05 +01:00
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
2000-08-11 03:04:47 +02:00
MAN1= bluefish.1
post-install:
@strip ${PREFIX}/bin/bluefish
.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 21:01:07 +02:00
@${MKDIR} ${PREFIX}/share/doc/bluefish && ${CHMOD} a+rx ${PREFIX}/share/doc/bluefish
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bluefish
.endif
.include <bsd.port.mk>