diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /astro | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | FreeBSD-ports-da880765886f48c0ac8fd253e5601d04ea853215.zip FreeBSD-ports-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-setiathome/Makefile | 2 | ||||
-rw-r--r-- | astro/celestia/Makefile | 2 | ||||
-rw-r--r-- | astro/glunarclock/Makefile | 2 | ||||
-rw-r--r-- | astro/gpsdrive/Makefile | 4 | ||||
-rw-r--r-- | astro/gpsdrive/pkg-plist | 2 | ||||
-rw-r--r-- | astro/libnova/Makefile | 4 | ||||
-rw-r--r-- | astro/libnova/pkg-plist | 1 |
7 files changed, 10 insertions, 7 deletions
diff --git a/astro/boinc-setiathome/Makefile b/astro/boinc-setiathome/Makefile index 3e3bc11..55fd5f2 100644 --- a/astro/boinc-setiathome/Makefile +++ b/astro/boinc-setiathome/Makefile @@ -76,7 +76,7 @@ FIND_SETI_BINARY=(cd ${WRKSRC}/client; make -V CLIENT_PROG) pre-configure: ${TOUCH} ${WRKSRC}/missing - cd ${WRKSRC}; ${ACLOCAL} -I ${LOCALBASE}/share/libtool${LIBTOOL_VERSION}/libltdl -I m4 + cd ${WRKSRC}; ${ACLOCAL} -I ${LIBTOOL_SHAREDIR}/libltdl -I m4 do-install: ${MKDIR} ${BOINC_HOME}/projects/${SETI_SITE} diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index c8d132d..52e0888 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -18,7 +18,7 @@ COMMENT= Scriptable space flight simulator for X LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 PLIST= ${WRKDIR}/plist PORTDOCS= AUTHORS CelestiaKeyAssignments.txt ChangeLog \ coding-standards.html devguide.txt \ diff --git a/astro/glunarclock/Makefile b/astro/glunarclock/Makefile index bc1d469..32246b5 100644 --- a/astro/glunarclock/Makefile +++ b/astro/glunarclock/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_GNOME= gail gnomehack gnomepanel gnomeprefix gnometarget intlhack USE_REINPLACE= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_OMF= yes diff --git a/astro/gpsdrive/Makefile b/astro/gpsdrive/Makefile index f1f6e7e..fd847cf 100644 --- a/astro/gpsdrive/Makefile +++ b/astro/gpsdrive/Makefile @@ -7,7 +7,7 @@ PORTNAME= gpsdrive PORTVERSION= 2.09 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= astro MASTER_SITES= http://www.gpsdrive.cc/ \ http://gpsdrive.teachlinux.com/ @@ -22,7 +22,7 @@ USE_PERL5= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gtk20 -USE_AUTOTOOLS= libtool:15:inc +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ diff --git a/astro/gpsdrive/pkg-plist b/astro/gpsdrive/pkg-plist index f91e77f..e03b3b8 100644 --- a/astro/gpsdrive/pkg-plist +++ b/astro/gpsdrive/pkg-plist @@ -13,9 +13,11 @@ bin/gpssql_restore.sh bin/wpcvt bin/wpget lib/libfly.a +lib/libfly.la lib/libfly.so lib/libfly.so.2 lib/libnautic.a +lib/libnautic.la lib/libnautic.so lib/libnautic.so.2 share/applications/gpsdrive.desktop diff --git a/astro/libnova/Makefile b/astro/libnova/Makefile index df4ffa9..33e95dc 100644 --- a/astro/libnova/Makefile +++ b/astro/libnova/Makefile @@ -8,7 +8,7 @@ PORTNAME= libnova PORTVERSION= 0.11.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Astronomical Calculation Library USE_GNOME= gnometarget lthack -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff --git a/astro/libnova/pkg-plist b/astro/libnova/pkg-plist index aa47c07..fa91148 100644 --- a/astro/libnova/pkg-plist +++ b/astro/libnova/pkg-plist @@ -34,5 +34,6 @@ include/libnova/hyperbolic_motion.h lib/libnova-0.11.so lib/libnova-0.11.so.0 lib/libnova.a +lib/libnova.la lib/libnova.so @dirrm include/libnova/ |