mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
26 lines
497 B
Makefile
26 lines
497 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
|
|
|
|
.include <bsd.port.mk>
|