aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-23 22:32:13 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-23 22:32:13 +0000
commit642fda6089ebe0328939a4343fa5f3c8d6767d00 (patch)
tree3de98b3dda5e7fa41a1bd7b5d76d7d390250366a
parentf9f5cba57eec3bca6aa1f0a791bf9a18687e2d74 (diff)
- Switch to USES=libtool, drop .la files
- Strip libraries
Notes
Notes: svn path=/head/; revision=362746
-rw-r--r--emulators/lib765/Makefile5
-rw-r--r--emulators/lib765/pkg-plist4
2 files changed, 6 insertions, 3 deletions
diff --git a/emulators/lib765/Makefile b/emulators/lib765/Makefile
index 0e7f0d666f3d..ea124fc92ade 100644
--- a/emulators/lib765/Makefile
+++ b/emulators/lib765/Makefile
@@ -3,6 +3,7 @@
PORTNAME= lib765
PORTVERSION= 0.4.2
+PORTREVISION= 1
CATEGORIES= emulators devel
MASTER_SITES= http://www.seasip.demon.co.uk/Unix/LibDsk/
@@ -11,7 +12,8 @@ COMMENT= Emulation of uPD765a Floppy Disc Controller
LICENSE= LGPL20
-USE_AUTOTOOLS= libtool
+USES= libtool
+GNU_CONFIGURE= yes
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS LIBDSK
@@ -25,5 +27,6 @@ LIBDSK_LIB_DEPENDS= libdsk.so:${PORTSDIR}/emulators/libdsk
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog doc/765.txt ${STAGEDIR}${DOCSDIR}
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib765.so
.include <bsd.port.mk>
diff --git a/emulators/lib765/pkg-plist b/emulators/lib765/pkg-plist
index 9224c66e023a..457085d6fcf6 100644
--- a/emulators/lib765/pkg-plist
+++ b/emulators/lib765/pkg-plist
@@ -1,8 +1,8 @@
include/765.h
lib/lib765.a
-lib/lib765.la
lib/lib765.so
-lib/lib765.so.4
+lib/lib765.so.3
+lib/lib765.so.3.1.2
%%PORTDOCS%%%%DOCSDIR%%/765.txt
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%@dirrm %%DOCSDIR%%