- New port: databases/fpc-pxlib
Free Pascal unit to read various Paradox files
This commit is contained in:
@@ -65,6 +65,7 @@
|
||||
SUBDIR += fpc-odbc
|
||||
SUBDIR += fpc-oracle
|
||||
SUBDIR += fpc-postgres
|
||||
SUBDIR += fpc-pxlib
|
||||
SUBDIR += fpc-sqlite
|
||||
SUBDIR += freetds
|
||||
SUBDIR += freetds-msdblib
|
||||
|
||||
21
databases/fpc-pxlib/Makefile
Normal file
21
databases/fpc-pxlib/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: fpc-pxlib
|
||||
# Date created: 2009-01-06
|
||||
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTVERSION= 0
|
||||
CATEGORIES= databases lang
|
||||
PKGNAMESUFFIX= -pxlib
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Free Pascal unit to read various Paradox files
|
||||
|
||||
USE_FPC= yes
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
||||
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
9
databases/fpc-pxlib/pkg-plist
Normal file
9
databases/fpc-pxlib/pkg-plist
Normal file
@@ -0,0 +1,9 @@
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pxlib/Package.fpc
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pxlib/pxlib.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pxlib/pxlib.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pxlib/libppxlib.a
|
||||
@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pxlib
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%/units
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%
|
||||
@dirrmtry lib/fpc
|
||||
Reference in New Issue
Block a user