aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/fpc-imagemagick/Makefile
blob: af5f0057b9281e21abbd3c5d02febc7c6bd8c8f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    fpc-imagemagick
# Date created:     2009-01-06
# Whom:         Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#

PORTREVISION=   0
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"