freebsd-ports/databases/fpc-odbc/Makefile
Jose Alonso Cardenas Marquez c8f8bcdfe0 - Added post-extract on Makefiles.units. It remove the svn directories from
some fpc ports.
- Added PORTREVISION for each port
- Fixed pkg-plist on fpc-gtk2 and fpc-gtk ports
- Fixed the gtk, glib and gdk libraries linking for fpc-gtk
- Removed obsolete patches from fpc-gtk. Now it's using ${REINPLACE_CMD}
- Removed post-extract from fpc-fcl. I just added it to makefiles.units file

Approved by:	garga (mentor)
2006-07-29 02:48:26 +00:00

23 lines
557 B
Makefile

# New ports collection makefile for: Free Pascal Compiler
# Date created: 8 January 2004
# Whom: John Merryweather Cooper
#
# $FreeBSD$
#
PORTREVISION= 1
CATEGORIES= databases lang
PKGNAMESUFFIX= -odbc
MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal interface to ODBC
BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
LIB_DEPENDS= odbc.1:${PORTSDIR}/databases/unixODBC
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${PORTNAME}/packages/base/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
HAVE_EXAMPLES= true
.include "${MASTERDIR}/Makefile"