mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
40c320728e
PR: 21610 Submitted by: Ports Fury (no response from maintainer)
31 lines
630 B
Makefile
31 lines
630 B
Makefile
# New ports collection makefile for: sqsh
|
|
# Date created: 14 Jan 2000
|
|
# Whom: Domas Mituzas <midom@dammit.lt>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sqsh
|
|
PORTVERSION= 1.7
|
|
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.1:${PORTSDIR}/devel/gettext
|
|
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash1
|
|
|
|
FETCH_BEFORE_ARGS= -b
|
|
|
|
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>
|