2006-06-21 16:16:42 +00:00
|
|
|
# New ports collection makefile for: fpc-utmp
|
|
|
|
# Date created: 2006-06-05
|
|
|
|
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2006-09-07 21:32:29 +00:00
|
|
|
PORTREVISION= 0
|
2006-06-21 16:16:42 +00:00
|
|
|
CATEGORIES= sysutils lang
|
|
|
|
PKGNAMESUFFIX= -utmp
|
|
|
|
|
2006-07-24 11:21:27 +00:00
|
|
|
MAINTAINER= acm@FreeBSD.org
|
2006-06-21 16:16:42 +00:00
|
|
|
COMMENT= Free Pascal unit to gather information from the utmp file
|
|
|
|
|
2006-07-24 11:21:27 +00:00
|
|
|
BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \
|
|
|
|
fpcmake:${PORTSDIR}/lang/fpc-utils
|
2006-06-21 16:16:42 +00:00
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
2006-09-07 21:32:29 +00:00
|
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//}
|
2006-07-24 11:21:27 +00:00
|
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
2006-06-21 16:16:42 +00:00
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|