openbsd-ports/www/bluefish/Makefile
brad c8a607b3f9 - bump NEED_VERSION
- remove license type
- Fake
- remove USE_GMAKE
- sync PLIST
2000-04-02 07:09:21 +00:00

33 lines
895 B
Makefile

# $OpenBSD: Makefile,v 1.12 2000/04/02 07:09:21 brad Exp $
DISTNAME= bluefish-0.3.6
CATEGORIES= www
NEED_VERSION= 1.234
MASTER_SITES= http://bluefish.linuxbox.com/download/ \
http://student.wau.nl/~olivier/bluefish/download/ \
http://ha-pc.cheque.uq.edu.au/download/
RUN_DEPENDS= weblint::www/weblint
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
gdk_imlib::graphics/imlib
MAINTAINER= seanc@cginfo.sk.ca
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FAKE= Yes
FAKE_FLAGS= DESTDIR="${WRKINST}" install_location='$${prefix}/lib/bluefish'
HAS_CONFIGURE= Yes
CONFIGURE_ARGS= --prefix='$${DESTDIR}${PREFIX}' --sysconfdir='$${DESTDIR}/etc'
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bluefish
@chmod a+rx ${PREFIX}/share/doc/bluefish
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bluefish
.include <bsd.port.mk>