openbsd-ports/www/bluefish/Makefile
naddy dd0ccee3d5 update to version 0.4
submitted by Sean Cavanaugh <seanc@cginfo.sk.ca>
2000-07-13 21:36:53 +00:00

31 lines
671 B
Makefile

# $OpenBSD: Makefile,v 1.14 2000/07/13 21:36:53 naddy Exp $
DISTNAME= bluefish-0.4
CATEGORIES= www
NEED_VERSION= 1.312
HOMEPAGE= http://bluefish.openoffice.nl/
MAINTAINER= seanc@cginfo.sk.ca
MASTER_SITES= ${HOMEPAGE}/download/ \
http://www.student.wau.nl/~olivier/bluefish/download/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= weblint::www/weblint
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
gdk_imlib::graphics/imlib
CONFIGURE_STYLE= gnu dest
CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \
LDFLAGS='-L${LOCALBASE}/lib'
MANCOMPRESSED= Yes
MAN1= bluefish.1
.include <bsd.port.mk>