freebsd-ports/graphics/cinepaint/Makefile
Ade Lovett 3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00

53 lines
1.1 KiB
Makefile

# New ports collection makefile for: cinepaint
# Date created: 11 Oct 2003
# Whom: David Yeske <dyeske@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= cinepaint
PORTVERSION= 0.18
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
MAINTAINER= dyeske@yahoo.com
COMMENT= An editing tool used for painting and retouching of movies
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff
USE_X_PREFIX= yes
USE_LIBTOOL_VER=13
USE_PYTHON= yes
USE_GMAKE= yes
USE_GNOME= gtk12
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
MAN1= cinepaint.1 cinepainttool.1
PLIST_SUB= VER=${PORTVERSION}-1
.if !defined(WITHOUT_OPENEXR)
LIB_DEPENDS+= IlmImf.0:${PORTSDIR}/graphics/OpenEXR
CONFIGURE_ARGS+= --with-openexr-prefix=${LOCALBASE}
PLIST_SUB+= OPENEXR:=""
.else
PLIST_SUB+= OPENEXR:="@comment "
.endif
post-patch:
@${REINPLACE_CMD} -e \
's| -Wall||' \
${WRKSRC}/configure
@${REINPLACE_CMD} -E -e \
's|-LINUX.+$$||' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>