mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
3a14939100
- Bump PORTREVISION
24 lines
544 B
Makefile
24 lines
544 B
Makefile
# 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/extra/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
|
|
|
OPTIONS= LIBGD "Install gd graphic library" on
|
|
|
|
.include "${MASTERDIR}/Makefile"
|