freebsd-ports/graphics/ampasCTL/Makefile
Norikatsu Shigemura 29b41023b6 Add ampasCTL 1.4.0, is Color Transformation Language interpreter
by Academy of Motion Picture Arts and Sciences.
2007-10-07 22:46:38 +00:00

32 lines
694 B
Makefile

# New ports collection makefile for: ampasCTL
# Date created: 2007-10-08
# Whom: nork@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= ampasCTL
PORTVERSION= 1.4.0
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ampasctl
DISTNAME= ctl-${PORTVERSION}
MAINTAINER= nork@FreeBSD.org
COMMENT= Color Transformation Language interpreter
LIB_DEPENDS= Half.6:${PORTSDIR}/graphics/ilmbase
USE_GNOME= pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool:15
test check: build
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
.if defined(PACKAGE_BUILDING)
pre-install: test
.endif
.include <bsd.port.mk>