34 lines
1,019 B
Makefile
34 lines
1,019 B
Makefile
# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:31 joerg Exp $
|
|
|
|
DISTNAME= cinepaint-0.21-2
|
|
PKGNAME= cinepaint-0.21.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cinepaint/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://www.cinepaint.org/
|
|
COMMENT= Motion picture painting and image retouching program
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config msgfmt
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --without-python
|
|
|
|
PKGCONFIG_OVERRIDE= cinepaint-gtk.pc.in
|
|
|
|
BUILDLINK_API_DEPENDS.lcms+= lcms>=1.13 # needs _cmsLCMScolorSpace
|
|
.include "../../graphics/lcms/buildlink3.mk"
|
|
.include "../../graphics/openexr/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../x11/fltk/buildlink3.mk"
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|