diff options
author | zuntum <zuntum> | 2001-07-09 09:11:27 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-07-09 09:11:27 +0000 |
commit | 0fed5f625b80653498b2493b5540f58d26a3bb2a (patch) | |
tree | 0dbe1cd77262ba259c39dbf7375c8af40f5e90da /net/polsms/Makefile | |
parent | 892d40e66958ac25cadc49194ffebb2bca701cd2 (diff) | |
download | pkgsrc-0fed5f625b80653498b2493b5540f58d26a3bb2a.tar.gz |
Update polsms to 1.8.9
Changes:
o several new options in config file revelant when sending messages to Plus phones;
now supports ICQ gateway, too
o yet another change in Era handling code
o improved way to parse email address from both environment variables and config file
o improved hostname detection code
* converted to use buildlink.mk files
* simplified patch-aa
Diffstat (limited to 'net/polsms/Makefile')
-rw-r--r-- | net/polsms/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/polsms/Makefile b/net/polsms/Makefile index 5315740f45b..5be33870de8 100644 --- a/net/polsms/Makefile +++ b/net/polsms/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2001/04/03 07:05:43 zuntum Exp $ +# $NetBSD: Makefile,v 1.3 2001/07/09 09:11:27 zuntum Exp $ # -DISTNAME= sms-1.8.8d -PKGNAME= polsms-1.8.8d +DISTNAME= sms-1.8.9 +PKGNAME= pol${DISTNAME} CATEGORIES= net MASTER_SITES= http://www.ceti.pl/~miki/komputery/download/sms/ @@ -10,9 +10,8 @@ MAINTAINER= zuntum@netbsd.org HOMEPAGE= http://www.ceti.pl/~miki/komputery/sms.html COMMENT= useful command-line interface to sending SMS to Polish GSM networks -DEPENDS+= gdbm-*:../../databases/gdbm - -USE_GMAKE= YES +USE_BUILDLINK_ONLY= YES +USE_GMAKE= YES WRKSRC= ${WRKDIR}/sms @@ -30,4 +29,5 @@ do-install: cd ${WRKSRC}/contrib && ${INSTALL_DATA} mimecut procmailrc \ sms.cgi sms.html ${PREFIX}/share/sms/contrib +.include "../../databases/gdbm/buildlink.mk" .include "../../mk/bsd.pkg.mk" |