diff options
Diffstat (limited to 'graphics/cinepaint/Makefile')
-rw-r--r-- | graphics/cinepaint/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile new file mode 100644 index 00000000000..e2a08e24ef0 --- /dev/null +++ b/graphics/cinepaint/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/30 15:35:34 adam Exp $ + +DISTNAME= cinepaint-0.18-3 +PKGNAME= cinepaint-0.18.3 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cinepaint/} + +MAINTAINER= adam@NetBSD.org +HOMEPAGE= http://cinepaint.sourceforge.org/ +COMMENT= Motion picture painting and image retouching program + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +.include "../../graphics/jpeg/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" +.include "../../graphics/tiff/buildlink3.mk" +.include "../../x11/gtk/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" |