mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Mirror distfiles
This commit is contained in:
parent
48ab996819
commit
daa2e2bb7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359621
@ -3,16 +3,17 @@
|
||||
|
||||
PORTNAME= skyutils
|
||||
PORTVERSION= 2.9
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= laszlof
|
||||
MASTER_SITES= LOCAL/laszlof \
|
||||
http://mirror.amdmi3.ru/distfiles/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Library required by smssend (same author)
|
||||
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= autoconf libtool
|
||||
USE_AUTOTOOLS= autoconf
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
@ -1,7 +1,6 @@
|
||||
bin/skyutils-config
|
||||
include/skyutils.h
|
||||
lib/libskyutils-2.9.so
|
||||
lib/libskyutils-2.9.so.9
|
||||
lib/libskyutils-2.9.so.5
|
||||
lib/libskyutils-2.9.so.5.4.0
|
||||
lib/libskyutils.a
|
||||
lib/libskyutils.la
|
||||
lib/libskyutils.so
|
||||
|
@ -3,17 +3,17 @@
|
||||
|
||||
PORTNAME= smssend
|
||||
PORTVERSION= 3.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= laszlof
|
||||
MASTER_SITES= LOCAL/laszlof \
|
||||
http://mirror.amdmi3.ru/distfiles/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Tool to send a SMS to any GSM
|
||||
|
||||
LIB_DEPENDS= libskyutils-2.9.so:${PORTSDIR}/misc/skyutils
|
||||
LIB_DEPENDS= libskyutils.so:${PORTSDIR}/misc/skyutils
|
||||
|
||||
USES= shebangfix
|
||||
USES= libtool shebangfix
|
||||
SHEBANG_FILES= bestsms.sh email2smssend
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user