d78847e8a1
file. PR: ports/98681 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
18 lines
415 B
Makefile
18 lines
415 B
Makefile
# New ports collection makefile for: fpc-utmp
|
|
# Date created: 2006-06-05
|
|
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= sysutils lang
|
|
PKGNAMESUFFIX= -utmp
|
|
|
|
MAINTAINER= acardenas@bsd.org.pe
|
|
COMMENT= Free Pascal unit to gather information from the utmp file
|
|
|
|
RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|