diff options
Diffstat (limited to 'graphics/frei0r-plugins-gavl')
-rw-r--r-- | graphics/frei0r-plugins-gavl/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/frei0r-plugins-gavl/Makefile b/graphics/frei0r-plugins-gavl/Makefile new file mode 100644 index 000000000000..11ddafe0c5c6 --- /dev/null +++ b/graphics/frei0r-plugins-gavl/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: frei0r-plugins-gavl +# Date created: 28 June 2011 +# Whom: Martin Matuska <mm@FreeBSD.org> +# +# $FreeBSD$ +# +MASTERDIR= ${.CURDIR}/../frei0r + +BUILDING_FREI0R_GAVL= yes + +.include "${MASTERDIR}/Makefile" |