freebsd-ports/databases/fpc-sqlite/Makefile
Jose Alonso Cardenas Marquez 5541fdbc2f - Update to 2.0.4
- Add new dependencies to editors/lazarus

Approved by:	garga (mentor,implicit)
2006-09-07 21:32:29 +00:00

23 lines
521 B
Makefile

# New ports collection makefile for: fpc-sqlite
# Date created: 2006-06-05
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#
PORTREVISION= 0
CATEGORIES= databases lang
PKGNAMESUFFIX= -sqlite
MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal interface to SQLite
BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
USE_SQLITE= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
.include "${MASTERDIR}/Makefile"