1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2014-07-25 11:50:40 +00:00
parent f52068f244
commit 99a51b3d05
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362883

View File

@ -3,6 +3,7 @@
PORTNAME= libopenspc
PORTVERSION= 0.3.99a
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= kwm
@ -13,11 +14,11 @@ COMMENT= Library for playing SPC (SNES audio) files
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
GNU_CONFIGURE= yes
USES= gmake
USES= gmake libtool
USE_LDCONFIG= yes
ONLY_FOR_ARCHS= i386
PLIST_FILES= include/openspc.h lib/libopenspc.a lib/libopenspc.la \
lib/libopenspc.so lib/libopenspc.so.0 \
PLIST_FILES= include/openspc.h lib/libopenspc.a \
lib/libopenspc.so lib/libopenspc.so.0 lib/libopenspc.so.0.0.3
.include <bsd.port.mk>