diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-06-29 12:00:23 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-06-29 12:00:23 +0000 |
commit | bc2d55c6aa1251c573bea66479f815ae3ebfc270 (patch) | |
tree | 47ccd4c7a0543cb6fbd333c3beddc27d5e0ac433 /graphics/frei0r-plugins-gavl | |
parent | ad9bc6c2eaf1ce74fe257a8af0b28d2d94a462c1 (diff) | |
download | ports-bc2d55c6aa1251c573bea66479f815ae3ebfc270.tar.gz ports-bc2d55c6aa1251c573bea66479f815ae3ebfc270.zip |
Notes
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" |