summaryrefslogtreecommitdiff
path: root/comms/linuxsms/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/linuxsms/Makefile')
-rw-r--r--comms/linuxsms/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/comms/linuxsms/Makefile b/comms/linuxsms/Makefile
new file mode 100644
index 00000000000..62520aa570d
--- /dev/null
+++ b/comms/linuxsms/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/06/01 15:59:17 jmmv Exp $
+#
+
+DISTNAME= linuxsms-0.64
+CATEGORIES= comms
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=linuxsms/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://linuxsms.sourceforge.net/
+COMMENT= Perl script to send short messages to GSM phones
+
+USE_BUILDLINK2= yes
+USE_PERL5= yes
+NO_BUILD= yes
+
+REPLACE_PERL= ${WRKSRC}/linuxsms
+
+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 "../../lang/perl5/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"