USE_LIBTOOL instead of USE_PKGLIBTOOL
This commit is contained in:
parent
22dd69d8ee
commit
8f2e3ca694
3 changed files with 10 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.27 2000/08/01 18:03:36 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.28 2000/08/15 14:29:13 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= bxform-088
|
||||
|
@ -41,7 +41,7 @@ DISTNAME= bxform-088-ELF
|
|||
OBJMACHINE= yes
|
||||
|
||||
USE_X11BASE= yes
|
||||
USE_PKGLIBTOOL= yes
|
||||
USE_LIBTOOL= yes
|
||||
MAKEFILE= ${FILESDIR}/Makefile
|
||||
PLIST_SRC= ${PKGDIR}/PLIST.mi ${PKGDIR}/PLIST.shlib
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 1999/09/24 04:37:32 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2000/08/15 14:29:13 wiz Exp $
|
||||
#
|
||||
# Makefile using LIBTOOL to generate a shared library from the static one.
|
||||
|
||||
|
@ -47,6 +47,10 @@ install-libs: libforms.la
|
|||
echo "ln -sf libforms.a ${LIBDIR}/libxforms.a"; \
|
||||
ln -sf libforms.a ${LIBDIR}/libxforms.a; \
|
||||
fi
|
||||
@if [ -f ${LIBDIR}/libforms.la ]; then \
|
||||
echo "ln -sf libforms.la ${LIBDIR}/libxforms.la"; \
|
||||
ln -sf libforms.la ${LIBDIR}/libxforms.la; \
|
||||
fi
|
||||
@if [ -f ${LIBDIR}/libforms.so.${SHLIB_MAJOR}.${SHLIB_MINOR} ]; then \
|
||||
echo "ln -sf libforms.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
|
||||
${LIBDIR}/libxforms.so.${SHLIB_MAJOR}.${SHLIB_MINOR}"; \
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
@comment $NetBSD: PLIST.mi,v 1.1 1999/09/23 05:29:25 jlam Exp $
|
||||
@comment $NetBSD: PLIST.mi,v 1.2 2000/08/15 14:29:14 wiz Exp $
|
||||
bin/fd2ps
|
||||
bin/fdesign
|
||||
include/X11/forms.h
|
||||
lib/libforms.a
|
||||
lib/libforms.la
|
||||
lib/libxforms.a
|
||||
lib/libxforms.la
|
||||
man/man1/fd2ps.1
|
||||
man/man1/fdesign.1
|
||||
man/man5/forms.5
|
||||
|
|
Loading…
Reference in a new issue