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

PORTREVISION=   0
CATEGORIES= net lang
PKGNAMESUFFIX=  -netdb

MAINTAINER= acm@FreeBSD.org
COMMENT=    Pure-pascal netdb implementation

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

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

.include "${MASTERDIR}/Makefile"