mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Drop .la files, no dependees require them
Approved by: portmgr blanket
This commit is contained in:
parent
7f06fc5b37
commit
bfb51f7f52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365540
2 changed files with 2 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= gsmlib
|
PORTNAME= gsmlib
|
||||||
PORTVERSION= 1.10
|
PORTVERSION= 1.10
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= comms
|
CATEGORIES= comms
|
||||||
MASTER_SITES= DEBIAN
|
MASTER_SITES= DEBIAN
|
||||||
#TODO: examine the Debian patches, and changes in the Mandrake
|
#TODO: examine the Debian patches, and changes in the Mandrake
|
||||||
|
@ -13,7 +13,7 @@ DISTFILES= gsmlib_1.10.orig.tar.gz
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Library to access GSM mobile phones through GSM modems
|
COMMENT= Library to access GSM mobile phones through GSM modems
|
||||||
|
|
||||||
USES= gmake libtool:keepla
|
USES= gmake libtool
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
|
|
@ -24,12 +24,10 @@ include/gsmlib/gsm_sorted_sms_store.h
|
||||||
include/gsmlib/gsm_unix_serial.h
|
include/gsmlib/gsm_unix_serial.h
|
||||||
include/gsmlib/gsm_util.h
|
include/gsmlib/gsm_util.h
|
||||||
lib/libgsmext.a
|
lib/libgsmext.a
|
||||||
lib/libgsmext.la
|
|
||||||
lib/libgsmext.so
|
lib/libgsmext.so
|
||||||
lib/libgsmext.so.1
|
lib/libgsmext.so.1
|
||||||
lib/libgsmext.so.1.0.4
|
lib/libgsmext.so.1.0.4
|
||||||
lib/libgsmme.a
|
lib/libgsmme.a
|
||||||
lib/libgsmme.la
|
|
||||||
lib/libgsmme.so
|
lib/libgsmme.so
|
||||||
lib/libgsmme.so.1
|
lib/libgsmme.so.1
|
||||||
lib/libgsmme.so.1.0.4
|
lib/libgsmme.so.1.0.4
|
||||||
|
|
Loading…
Add table
Reference in a new issue