mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Add USES=libtool
- Don't install .la files
This commit is contained in:
parent
d620b7c0cb
commit
f794da2a05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353597
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= gnokii
|
||||
PORTVERSION= 0.6.31
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= http://www.gnokii.org/download/gnokii/ \
|
||||
@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
|
||||
GROUPS= ${PORTNAME}
|
||||
USES= gettext gmake pkgconfig tar:bzip2
|
||||
USES= gettext gmake libtool pkgconfig tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
USE_CSTD= gnu89
|
||||
WANT_GNOME= yes
|
||||
|
@ -19,9 +19,9 @@ include/gnokii/virtmodem.h
|
||||
include/gnokii/wappush.h
|
||||
@dirrm include/gnokii
|
||||
lib/libgnokii.a
|
||||
lib/libgnokii.la
|
||||
lib/libgnokii.so
|
||||
lib/libgnokii.so.7
|
||||
lib/libgnokii.so.7.0.0
|
||||
libdata/pkgconfig/gnokii.pc
|
||||
libdata/pkgconfig/xgnokii.pc
|
||||
man/man1/gnokii.1.gz
|
||||
@ -43,18 +43,14 @@ share/locale/sv/LC_MESSAGES/gnokii.mo
|
||||
%%SMSD%%share/smsd/README
|
||||
%%SMSD%%share/smsd/action
|
||||
%%SMSD%%lib/smsd/libsmsd_file.a
|
||||
%%SMSD%%lib/smsd/libsmsd_file.la
|
||||
%%SMSD%%lib/smsd/libsmsd_file.so
|
||||
%%MSM%%lib/smsd/libsmsd_mysql.a
|
||||
%%MSM%%lib/smsd/libsmsd_mysql.la
|
||||
%%MSM%%lib/smsd/libsmsd_mysql.so
|
||||
%%MSM%%share/smsd/sms.tables.mysql.sql
|
||||
%%PGM%%lib/smsd/libsmsd_pq.a
|
||||
%%PGM%%lib/smsd/libsmsd_pq.la
|
||||
%%PGM%%lib/smsd/libsmsd_pq.so
|
||||
%%PGM%%share/smsd/sms.tables.pq.sql
|
||||
%%SQLT%%lib/smsd/libsmsd_sqlite.a
|
||||
%%SQLT%%lib/smsd/libsmsd_sqlite.la
|
||||
%%SQLT%%lib/smsd/libsmsd_sqlite.so
|
||||
%%SMSD%%@dirrm lib/smsd
|
||||
%%SMSD%%@dirrm share/smsd
|
||||
|
Loading…
Reference in New Issue
Block a user