USE_PKGLIBTOOL -> USE_LIBTOOL
This commit is contained in:
parent
f69aaef3d9
commit
98e7dbee36
4 changed files with 11 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2000/06/01 11:23:23 rh Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2000/08/14 17:56:05 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libstroke-0.3
|
||||
|
@ -11,7 +11,7 @@ HOMEPAGE= http://www.etla.net/libstroke/
|
|||
DEPENDS+= tcl-8.0.5:../../lang/tcl80
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_PKGLIBTOOL= YES
|
||||
USE_LIBTOOL= YES
|
||||
USE_X11= YES
|
||||
|
||||
CONFIGURE_ENV+= X_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.0"
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/02 16:41:05 rh Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2000/08/14 17:56:08 wiz Exp $
|
||||
bin/stroke_test
|
||||
lib/libstroke.so.0.3
|
||||
lib/libstroke.a
|
||||
lib/libstroke_tcl.so.0.3
|
||||
lib/libstroke.la
|
||||
lib/libstroke.so.0.3
|
||||
lib/libstroke_tcl.a
|
||||
lib/libstroke_tcl.la
|
||||
lib/libstroke_tcl.so.0.3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2000/07/24 22:04:05 dmcmahill Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2000/08/14 18:00:24 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lwp-1.1
|
||||
|
@ -13,7 +13,7 @@ HOMEPAGE= http://www.coda.cs.cmu.edu/
|
|||
NOT_FOR_PLATFORM= *-*-mips*
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_PKGLIBTOOL= YES
|
||||
USE_LIBTOOL= YES
|
||||
|
||||
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/29 09:45:10 fredb Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2000/08/14 18:00:26 wiz Exp $
|
||||
include/lwp/lock.h
|
||||
include/lwp/lwp.h
|
||||
include/lwp/preempt.h
|
||||
include/lwp/timer.h
|
||||
@dirrm include/lwp
|
||||
lib/liblwp.a
|
||||
@comment -- not yet -- lib/liblwp.la
|
||||
lib/liblwp.la
|
||||
lib/liblwp.so.1.0
|
||||
|
|
Loading…
Reference in a new issue