aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fpc-regexpr/Makefile
blob: c9331a9c1f2b275a61129d43e97a5b1b6a5228b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    Free Pascal Compiler
# Date created:             28 November 2001
# Whom:                 John Merryweather Cooper et al
#
# $FreeBSD$
#

PORTREVISION=   1
CATEGORIES= devel lang
PKGNAMESUFFIX=  -regexpr

MAINTAINER= acm@FreeBSD.org
COMMENT=    Free Pascal regular expression routines

BUILD_DEPENDS=  ppc386:${PORTSDIR}/lang/fpc

MASTERDIR=  ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${PORTNAME}/packages/base/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+=    ${WRKUNITDIR}
HAVE_EXAMPLES=  true

.include "${MASTERDIR}/Makefile"