freebsd-ports/databases/firebird21-client/Makefile
Jose Alonso Cardenas Marquez 282307f1b6 - Some modifications for avoid pkg name collisions [1]
Suggested by:   bapt [1]
2013-10-03 06:59:02 +00:00

17 lines
326 B
Makefile

# Created by: Max Kochubey <root@hangover.org.ru>
# $FreeBSD$
PORTNAME= firebird
PORTREVISION= 1
PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}-client
COMMENT= Firebird-2 database client
MASTERDIR= ${.CURDIR}/../firebird21-server
PLIST= ${PKGDIR}/pkg-plist.client
CLIENT_ONLY= yes
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"