diff options
Diffstat (limited to 'databases/firebird20-client/Makefile')
-rw-r--r-- | databases/firebird20-client/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/databases/firebird20-client/Makefile b/databases/firebird20-client/Makefile deleted file mode 100644 index 5e1b77d92b85..000000000000 --- a/databases/firebird20-client/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: firebird2-client -# Date created: 15 August 2006 -# Whom: Sergey Skvortsov <skv@protey.ru> -# -# $FreeBSD$ -# - -PORTNAME= firebird -PKGNAMESUFFIX= -client - -COMMENT= Firebird-2 database client - -MASTERDIR= ${.CURDIR}/../firebird2-server - -PLIST= ${PKGDIR}/pkg-plist.client - -CLIENT_ONLY= yes - -.include "${MASTERDIR}/Makefile" |