1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/www/bluefish/Makefile
2000-10-13 09:23:58 +00:00

38 lines
968 B
Makefile

# New ports collection makefile for: bluefish
# Date created: 25 July 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bluefish
PORTVERSION= 0.5
CATEGORIES= www editors
MASTER_SITES= http://bluefish.openoffice.nl/download/ \
http://student.wau.nl/~olivier/bluefish/download/
MAINTAINER= jim@FreeBSD.org
RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint
USE_GMAKE= yes
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_IMLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-install-location="${X11BASE}/lib/bluefish" \
--disable-nls
MANCOMPRESSED= yes
MAN1= bluefish.1
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.mk>