mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Switch to USES=libtool, drop .la files
This commit is contained in:
parent
d01c105e97
commit
8bf5e15496
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359934
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= gerbv
|
||||
PORTVERSION= 2.6.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
@ -13,7 +14,7 @@ LICENSE= GPLv2
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
USES= desktop-file-utils gmake pathfix pkgconfig
|
||||
USES= desktop-file-utils gmake libtool pathfix pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf
|
||||
LIBTOOLIZE_ARGS=--copy --force
|
||||
|
@ -1,9 +1,9 @@
|
||||
bin/gerbv
|
||||
include/gerbv-%%VERSION%%/gerbv.h
|
||||
lib/libgerbv.a
|
||||
lib/libgerbv.la
|
||||
lib/libgerbv.so
|
||||
lib/libgerbv.so.1
|
||||
lib/libgerbv.so.1.0.7
|
||||
libdata/pkgconfig/libgerbv.pc
|
||||
man/man1/gerbv.1.gz
|
||||
share/applications/gerbv.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user