blob: 3cb85aabdbc5112366224d53b5d22e866a097fc3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: sqsh
# Date created: 14 Jan 2000
# Whom: Domas Mituzas <midom@dammit.lt>
#
# $FreeBSD$
PORTNAME= sqsh
PORTVERSION= 1.7
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.voicenet.com/~gray/
EXTRACT_SUFX= -src.tar.gz
MAINTAINER= midom@dammit.lt
LIB_DEPENDS= tds.0:${PORTSDIR}/databases/freetds \
intl.2:${PORTSDIR}/devel/gettext
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash1
GNU_CONFIGURE= yes
MAN1= sqsh.1
post-patch:
.for file in configure autoconf/install-man
@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/${file}
.endfor
.include <bsd.port.mk>
|