mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Fix {GNU|HAS}_CONFIGURE misuse Approved by: portmgr blanket
This commit is contained in:
parent
7a0b6c0954
commit
c7515032c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362731
@ -3,21 +3,21 @@
|
||||
|
||||
PORTNAME= rudeconfig
|
||||
PORTVERSION= 5.0.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.rudeserver.com/config/download/
|
||||
|
||||
MAINTAINER= lowmaster@web.de
|
||||
COMMENT= Library for handling configuration files, written in C++
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--prefix=${PREFIX}
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
pre-install:
|
||||
${CHMOD} 744 ${WRKSRC}/install-sh
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librudeconfig.so.5
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librudeconfig.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,7 +1,7 @@
|
||||
include/rude/config.h
|
||||
lib/librudeconfig.a
|
||||
lib/librudeconfig.la
|
||||
lib/librudeconfig.so
|
||||
lib/librudeconfig.so.5
|
||||
lib/librudeconfig.so.3
|
||||
lib/librudeconfig.so.3.2.1
|
||||
man/man3/rudeconfig.3.gz
|
||||
@dirrm include/rude
|
||||
|
Loading…
Reference in New Issue
Block a user