mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
25 lines
471 B
Makefile
25 lines
471 B
Makefile
|
# New ports collection makefile for: sqsh
|
||
|
# Version required: 1.7
|
||
|
# Date created: 14 Jan 2000
|
||
|
# Whom: Domas Mituzas <midom@dammit.lt>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
|
||
|
DISTNAME= sqsh-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
|
||
|
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash1
|
||
|
|
||
|
FETCH_BEFORE_ARGS= -b
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
|
||
|
MAN1= sqsh.1
|
||
|
|
||
|
.include <bsd.port.mk>
|