1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/fpc-fcl-xml/Makefile
Jose Alonso Cardenas Marquez 3a14939100 - Use new freepascal stuff
- Bump PORTREVISION
2008-06-24 15:18:15 +00:00

22 lines
511 B
Makefile

# New ports collection makefile for: Free Pascal Compiler
# Date created: 2006-09-11
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 1
CATEGORIES= devel lang
PKGNAMESUFFIX= -fcl-xml
MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal Component Library
USE_FPC= fcl-base hash libasync netdb paszlib pthreads
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
.include "${MASTERDIR}/Makefile"