mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la file
- Convert USE_XZ to USES - Strip library
This commit is contained in:
parent
b124ab1a48
commit
69db77c357
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356245
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= serveez
|
||||
PORTVERSION= 0.2.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net devel
|
||||
MASTER_SITES= GNU
|
||||
|
||||
@ -13,10 +14,11 @@ LICENSE= GPLv3 # (or later)
|
||||
|
||||
LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile
|
||||
|
||||
USE_XZ= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= tar:xz libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-libserveez-install
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
INFO= serveez
|
||||
|
||||
|
@ -2,9 +2,9 @@ bin/serveez
|
||||
bin/serveez-config
|
||||
include/libserveez.h
|
||||
lib/libserveez.a
|
||||
lib/libserveez.la
|
||||
lib/libserveez.so
|
||||
lib/libserveez.so.2
|
||||
lib/libserveez.so.1
|
||||
lib/libserveez.so.1.1.0
|
||||
man/man1/serveez.1.gz
|
||||
man/man1/serveez-config.1.gz
|
||||
share/aclocal/serveez.m4
|
||||
|
Loading…
Reference in New Issue
Block a user