diff options
Diffstat (limited to 'databases/fpc-sqlite/Makefile')
-rw-r--r-- | databases/fpc-sqlite/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/fpc-sqlite/Makefile b/databases/fpc-sqlite/Makefile new file mode 100644 index 000000000000..d6becf2d0b51 --- /dev/null +++ b/databases/fpc-sqlite/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: fpc-sqlite +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +CATEGORIES= databases lang +PKGNAMESUFFIX= -sqlite + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal interface to SQLite + +RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc + +USE_SQLITE= yes + +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" |