diff options
Diffstat (limited to 'devel/cpp2html/Makefile')
-rw-r--r-- | devel/cpp2html/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/cpp2html/Makefile b/devel/cpp2html/Makefile new file mode 100644 index 000000000000..742bc5e78d31 --- /dev/null +++ b/devel/cpp2html/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: cpp2html +# Date created: 24 January 2001 +# Whom: George Reid <greid@ukug.uk.freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= cpp2html +PORTVERSION= 1.2 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= greid@ukug.uk.freebsd.org + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |