1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/databases/firebird25-client/Makefile
Jose Alonso Cardenas Marquez c3d4fe1428 - Some modifications for avoid pkg name collisions [1]
Suggested by:   bapt [1]
2013-10-03 06:56:20 +00:00

18 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"