Add license info.

This commit is contained in:
jasoni 2000-02-22 22:55:07 +00:00
parent 8891c0a414
commit 1b7d0002a1

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2000/02/11 01:10:13 espie Exp $
# $OpenBSD: Makefile,v 1.7 2000/02/22 22:55:07 jasoni Exp $
DISTNAME= bluefish-0.3.5
CATEGORIES= www
@ -8,15 +8,22 @@ MASTER_SITES= http://bluefish.linuxbox.com/download/ \
MAINTAINER= seanc@cginfo.sk.ca
LICENSE_TYPE= GNU
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint
LIB_DEPENDS= gtk.1.2:${PORTSDIR}/x11/gtk+ \
gdk_imlib:${PORTSDIR}/graphics/imlib
GTK_CONFIG= ${X11BASE}/bin/gtk-config
USE_X11= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_X11= Yes
USE_GMAKE= Yes
GNU_CONFIGURE= Yes
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
CPPFLAGS="-I${LOCALBASE}/include" \