mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
USE_LIBTOOL=yes and misc. cleanup.
PR: 11855 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
This commit is contained in:
parent
f034d6af34
commit
898dd65bc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19075
@ -3,7 +3,7 @@
|
||||
# Date created: Wed Nov 4 08:48:08 EST 1998
|
||||
# Whom: maurice
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1999/01/12 23:37:49 dirk Exp $
|
||||
# $Id: Makefile,v 1.3 1999/05/04 22:36:19 steve Exp $
|
||||
#
|
||||
|
||||
DISTNAME= radiusclient-0.3
|
||||
@ -12,16 +12,7 @@ MASTER_SITES= ftp://ftp.cityline.net/pub/radiusclient/
|
||||
|
||||
MAINTAINER= maurice@serc.rmit.edu.au
|
||||
|
||||
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/devel/libtool:patch
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
pre-configure:
|
||||
${CP} ${WRKDIRPREFIX}${PORTSDIR}/devel/libtool/work/libtool-1.3/ltconfig ${WRKSRC}
|
||||
${CP} ${WRKDIRPREFIX}${PORTSDIR}/devel/libtool/work/libtool-1.3/ltmain.sh ${WRKSRC}
|
||||
|
||||
post-install:
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,15 +7,14 @@ etc/radiusclient/dictionary.compat
|
||||
etc/radiusclient/dictionary.merit
|
||||
etc/radiusclient/servers
|
||||
include/radiusclient.h
|
||||
lib/libradiusclient.la
|
||||
lib/libradiusclient.a
|
||||
lib/libradiusclient.so
|
||||
lib/libradiusclient.so.0.3
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
sbin/radlogin
|
||||
sbin/radstatus
|
||||
sbin/radacct
|
||||
sbin/radexample
|
||||
sbin/login.radius
|
||||
@dirrm etc/radiusclient
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
@unexec /sbin/ldconfig -R
|
||||
|
Loading…
Reference in New Issue
Block a user