diff options
Diffstat (limited to 'devel/fpc-fcl-async/Makefile')
-rw-r--r-- | devel/fpc-fcl-async/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/fpc-fcl-async/Makefile b/devel/fpc-fcl-async/Makefile deleted file mode 100644 index 6d8d7ca16421..000000000000 --- a/devel/fpc-fcl-async/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: fpc-libasync -# Date created: 2006-06-05 -# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> -# -# $FreeBSD$ -# - -PORTREVISION= 0 -CATEGORIES= net lang -PKGNAMESUFFIX= -libasync - -MAINTAINER= acm@FreeBSD.org -COMMENT= Free Pascal interface to async library - -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc - -MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR+= ${WRKUNITDIR} - -.include "${MASTERDIR}/Makefile" |