pkgsrc/comms/linuxsms/Makefile
jlam 3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00

28 lines
708 B
Makefile

# $NetBSD: Makefile,v 1.10 2005/07/16 01:19:07 jlam Exp $
#
DISTNAME= linuxsms-0.65
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=linuxsms/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://linuxsms.sourceforge.net/
COMMENT= Perl script to send short messages to GSM phones
USE_TOOLS+= perl:run
NO_BUILD= yes
REPLACE_PERL= linuxsms
INSTALLATION_DIRS= bin man/man1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/linuxsms ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/linuxsms.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/linuxsms
.for f in BUGS CHANGES README README.ES TODO
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/linuxsms
.endfor
.undef f
.include "../../mk/bsd.pkg.mk"