Changes: http://site.icu-project.org/download/61 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 227042 Exp-run by: antoine MFH: 2018Q2 (required by Firefox 61)
16 lines
318 B
Makefile
16 lines
318 B
Makefile
# Created by: Alonso Cárdenas Márquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= firebird
|
|
PORTREVISION= 3
|
|
PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}-client
|
|
|
|
COMMENT= Firebird-2 database client
|
|
|
|
MASTERDIR= ${.CURDIR}/../firebird25-server
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|