mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
c24e22c083
commit
c4adc3a2b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362887
1 changed files with 4 additions and 2 deletions
|
@ -3,20 +3,22 @@
|
||||||
|
|
||||||
PORTNAME= libg19
|
PORTNAME= libg19
|
||||||
PORTVERSION= 1.1.1
|
PORTVERSION= 1.1.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= SF/g19linux/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= SF/g19linux/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= armin@frozen-zone.org
|
MAINTAINER= armin@frozen-zone.org
|
||||||
COMMENT= G19 library
|
COMMENT= G19 library
|
||||||
|
|
||||||
|
USES= libtool
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
PLIST_FILES= include/libg19.h \
|
PLIST_FILES= include/libg19.h \
|
||||||
lib/libg19.a \
|
lib/libg19.a \
|
||||||
lib/libg19.la \
|
|
||||||
lib/libg19.so \
|
lib/libg19.so \
|
||||||
lib/libg19.so.1
|
lib/libg19.so.1 \
|
||||||
|
lib/libg19.so.1.0.1
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue