freebsd-ports/misc/sma/Makefile
Satoshi Asami 668e0f51f4 Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything.

Submitted by:	dima
1998-09-15 21:31:59 +00:00

38 lines
755 B
Makefile

# New ports collection makefile for: sma
# Version required: 0.9.13
# Date created: 8 May 1998
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
# $Id: Makefile,v 1.3 1998/07/06 14:13:54 dburr Exp $
#
DISTNAME= SMA
PKGNAME= sma-0.9.13
CATEGORIES= misc
MASTER_SITES= http://www.scour.net/sma/
EXTRACT_SUFX= .pl
MAINTAINER= dburr@FreeBSD.ORG
RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba
NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_PERL5= yes
do-extract:
@${MKDIR} ${WRKDIR}
pre-configure:
@${SED} -e '1,1s:/usr/bin/perl:${PERL5}:' \
-e '/\$debug = 3/s//\$debug = 0/' \
${DISTDIR}/SMA.pl > ${WRKDIR}/sma
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/sma ${PREFIX}/bin
post-install:
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>