freebsd-ports/sysutils/fpc-utmp/Makefile
Renato Botelho d78847e8a1 Add fpc-utmp , free Pascal unit to gather information from the utmp
file.

PR:		ports/98681
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-06-21 16:16:42 +00:00

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"