diff options
Diffstat (limited to 'misc/histring/Makefile')
-rw-r--r-- | misc/histring/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/histring/Makefile b/misc/histring/Makefile new file mode 100644 index 000000000000..9a649ca1b17a --- /dev/null +++ b/misc/histring/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: histring +# Date created: 26 October 2000 +# Whom: roam@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= histring +PORTVERSION= 1.0.0 +CATEGORIES= misc +MASTER_SITES= http://www.gusnet.cx/proj/histring/ + +MAINTAINER= roam@FreeBSD.org + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> |