diff options
Diffstat (limited to 'print/cpp2latex/Makefile')
-rw-r--r-- | print/cpp2latex/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/print/cpp2latex/Makefile b/print/cpp2latex/Makefile new file mode 100644 index 000000000000..9ba4489bf8ce --- /dev/null +++ b/print/cpp2latex/Makefile @@ -0,0 +1,18 @@ +# ex:ts=8 +# New ports collection makefile for: cpp2latex +# Date created: Jul 20, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= cpp2latex +PORTVERSION= 2.0 +CATEGORIES= print +MASTER_SITES= http://www.arnoldarts.de/ + +MAINTAINER= ports@FreeBSD.org + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |