diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-06-21 16:14:12 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-06-21 16:14:12 +0000 |
commit | 7766e4229025b657b03ce0d28b8799e5a474b119 (patch) | |
tree | 62a5afd182ac8e444393e63397b770d50f627d34 /sysutils/fpc-syslog/Makefile | |
parent | 4f3e459f41af7f68c1826be8c72d4c199ec4d6ba (diff) |
Notes
Diffstat (limited to 'sysutils/fpc-syslog/Makefile')
-rw-r--r-- | sysutils/fpc-syslog/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/fpc-syslog/Makefile b/sysutils/fpc-syslog/Makefile new file mode 100644 index 000000000000..76be3f2ee00e --- /dev/null +++ b/sysutils/fpc-syslog/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: fpc-syslog +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +CATEGORIES= sysutils lang +PKGNAMESUFFIX= -syslog + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal interface to the system logger + +RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc + +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" |