diff options
Diffstat (limited to 'print/trueprint/Makefile')
-rw-r--r-- | print/trueprint/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/print/trueprint/Makefile b/print/trueprint/Makefile new file mode 100644 index 000000000000..71e6bba4a322 --- /dev/null +++ b/print/trueprint/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: trueprint +# Version required: 5.2 +# Date created: 17 February 2000 +# Whom: Dmitry Sivachenko <dima@Chg.RU> +# +# $FreeBSD$ +# + +DISTNAME= trueprint-5.2 +CATEGORIES= print +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= trueprint + +MAINTAINER= dima@Chg.RU + +USE_GMAKE= yes + +GNU_CONFIGURE= yes + +MAN1= trueprint.1 + +.include <bsd.port.mk> |