diff options
Diffstat (limited to 'graphics/gambas2-gb-pdf/Makefile')
-rw-r--r-- | graphics/gambas2-gb-pdf/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/gambas2-gb-pdf/Makefile b/graphics/gambas2-gb-pdf/Makefile new file mode 100644 index 000000000..57b3efa31 --- /dev/null +++ b/graphics/gambas2-gb-pdf/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: gambas2-gb-pdf +# Date created: 2009-05-02 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD: ports/graphics/gambas2-gb-pdf/Makefile,v 1.1 2009/05/09 01:29:08 acm Exp $ +# + +PORTREVISION= 1 +CATEGORIES= graphics lang +PKGNAMESUFFIX= -gb-pdf + +COMMENT= The gambas pdf component + +MASTERDIR= ${.CURDIR}/../../lang/gambas2-base + +.include "${MASTERDIR}/Makefile" |