aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fpc-utmp/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-06-21 16:16:42 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-06-21 16:16:42 +0000
commitd78847e8a1f7b2de50b61de81c797aa81e57c4b7 (patch)
tree5c85f98ec38851c524db79a650e86b1b4ac5b42c /sysutils/fpc-utmp/Makefile
parent7766e4229025b657b03ce0d28b8799e5a474b119 (diff)
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>
Notes
Notes: svn path=/head/; revision=165960
Diffstat (limited to 'sysutils/fpc-utmp/Makefile')
-rw-r--r--sysutils/fpc-utmp/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/fpc-utmp/Makefile b/sysutils/fpc-utmp/Makefile
new file mode 100644
index 000000000000..fa50fb237177
--- /dev/null
+++ b/sysutils/fpc-utmp/Makefile
@@ -0,0 +1,18 @@
+# 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"