diff options
Diffstat (limited to 'textproc/hre/Makefile')
-rw-r--r-- | textproc/hre/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/hre/Makefile b/textproc/hre/Makefile new file mode 100644 index 00000000000..db933c06847 --- /dev/null +++ b/textproc/hre/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/08/12 03:38:11 minskim Exp $ +# + +DISTNAME= hre-0.9.7 +CATEGORIES= textproc +MASTER_SITES= http://kldp.net/download.php/1438/ + +MAINTAINER= pyrasis@chol.com +HOMEPAGE= http://hre.kldp.net/ +COMMENT= Hangeul Regular Expression Library + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes +USE_LIBTOOL= yes + +.include "../../mk/bsd.pkg.mk" |