mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Add staging support
- Remove leading article from COMMENT - Convert to new LIB_DEPENDS format - Fix shebangs, bump PORTREVISION - Remove former maintainer info from pkg-descr
This commit is contained in:
parent
ed2efc0107
commit
cfa014c988
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357667
@ -3,24 +3,23 @@
|
||||
|
||||
PORTNAME= smssend
|
||||
PORTVERSION= 3.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= laszlof
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A tool to send a SMS to any GSM
|
||||
COMMENT= Tool to send a SMS to any GSM
|
||||
|
||||
LIB_DEPENDS= skyutils-2.9.9:${PORTSDIR}/misc/skyutils
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
MAN1= smssend.1 smssend.scripting.1 email2smssend.1
|
||||
|
||||
MANLANG= "" fr
|
||||
LIB_DEPENDS= libskyutils-2.9.so:${PORTSDIR}/misc/skyutils
|
||||
|
||||
USES= shebangfix
|
||||
SHEBANG_FILES= bestsms.sh email2smssend
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${PREFIX}/bin/smssend
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/smssend
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -5,5 +5,3 @@ example files from this archive, and send them to me so I'll add
|
||||
them to the official archive.
|
||||
|
||||
WWW: http://zekiller.skytech.org/smssend_en.php
|
||||
|
||||
Miklos Niedermayer <mico@bsd.hu>
|
||||
|
@ -1,6 +1,12 @@
|
||||
bin/bestsms.sh
|
||||
bin/email2smssend
|
||||
bin/smssend
|
||||
man/fr/man1/email2smssend.1.gz
|
||||
man/fr/man1/smssend.1.gz
|
||||
man/fr/man1/smssend.scripting.1.gz
|
||||
man/man1/email2smssend.1.gz
|
||||
man/man1/smssend.1.gz
|
||||
man/man1/smssend.scripting.1.gz
|
||||
%%DATADIR%%/130sms.sms
|
||||
%%DATADIR%%/1rstwap.sms
|
||||
%%DATADIR%%/6sens.sms
|
||||
@ -132,6 +138,6 @@ bin/smssend
|
||||
%%DATADIR%%/vizzaviuk.sms
|
||||
%%DATADIR%%/vodacom.sms
|
||||
%%DATADIR%%/yab.sms
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry man/fr/man1
|
||||
@dirrmtry man/fr
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user