diff options
Diffstat (limited to 'devel/libbegemot/Makefile')
-rw-r--r-- | devel/libbegemot/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/libbegemot/Makefile b/devel/libbegemot/Makefile new file mode 100644 index 00000000000..481fc373a96 --- /dev/null +++ b/devel/libbegemot/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/16 16:04:55 agc Exp $ +# + +DISTNAME= libbegemot-1.9 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/cats/usr/harti/p11/ + +MAINTAINER= packages@netbsd.org +#HOMEPAGE= +COMMENT= base development library, contains useful routines + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +.include "../../mk/bsd.pkg.mk" |