23 lines
543 B
Makefile
23 lines
543 B
Makefile
# New ports collection makefile for: fpc-imagemagick
|
|
# Date created: 2009-01-06
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics lang
|
|
PKGNAMESUFFIX= -imagemagick
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Free Pascal interface to ImageMagick
|
|
|
|
USE_FPC= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
|
|
|
OPTIONS= IMAGEMAGICK "Install ImageMagick image proccesing tool" on
|
|
|
|
.include "${MASTERDIR}/Makefile"
|