c3d4fe1428
Suggested by: bapt [1]
17 lines
332 B
Makefile
17 lines
332 B
Makefile
# Created by: Alonso Cárdenas Márquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= firebird
|
|
PORTREVISION= 2
|
|
PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}-client
|
|
|
|
COMMENT= Firebird-2 database client
|
|
|
|
MASTERDIR= ${.CURDIR}/../firebird25-server
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|