aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/fpc-libgd/Makefile
blob: 7bce131d5a71b3050c29c956180a94f2cb949cf2 (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-libgd
# Date created:     2006-06-05
# Whom:         Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#

PORTREVISION=   1
CATEGORIES= graphics lang
PKGNAMESUFFIX=  -libgd

MAINTAINER= acm@FreeBSD.org
COMMENT=    Free Pascal interface to libgd for producing graphics files

USE_FPC=    yes

MASTERDIR=  ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+=    ${WRKUNITDIR}

OPTIONS=    LIBGD   "Install gd graphic library"    on

.include "${MASTERDIR}/Makefile"