mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
3a14939100
- Bump PORTREVISION
25 lines
600 B
Makefile
25 lines
600 B
Makefile
# New ports collection makefile for: fpc-cairo
|
|
# Date created: 2006-09-11
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics lang
|
|
PKGNAMESUFFIX= -cairo
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Free Pascal interface to cairo library
|
|
|
|
USE_FPC= fcl-base fcl-image hash libasync netdb pasjpeg paszlib pthreads \
|
|
x11
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
|
|
|
OPTIONS= LIBCAIRO "Install cairo vector graphics library" on
|
|
|
|
.include "${MASTERDIR}/Makefile"
|