mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
9210b7cb07
Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
29 lines
611 B
Makefile
29 lines
611 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-old
|
|
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>
|