blob: e4b999703b99f03620c1b31308fa06070ad5eb3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: firebird2-client
# Date created: 15 August 2006
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= firebird
PORTREVISION= 4
PKGNAMESUFFIX= -client
COMMENT= Firebird-2 database client
MASTERDIR= ${.CURDIR}/../firebird2-server
PLIST= ${PKGDIR}/pkg-plist.client
CLIENT_ONLY= yes
.include "${MASTERDIR}/Makefile"
|