diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-18 19:34:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-18 19:34:31 +0800 |
commit | 8a60d7e413d375dd3341309b31f34224e98d52c3 (patch) | |
tree | 0727dfc53b2aa153224d2676d3993900562beebb /astro/libnova/Makefile | |
parent | 4980c874f5568490e618b7c1df9b191f6606e019 (diff) | |
download | freebsd-ports-gnome-8a60d7e413d375dd3341309b31f34224e98d52c3.tar.gz freebsd-ports-gnome-8a60d7e413d375dd3341309b31f34224e98d52c3.tar.zst freebsd-ports-gnome-8a60d7e413d375dd3341309b31f34224e98d52c3.zip |
Convert to USES=autoreconf
Strip binaries
Diffstat (limited to 'astro/libnova/Makefile')
-rw-r--r-- | astro/libnova/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/astro/libnova/Makefile b/astro/libnova/Makefile index a9056e3aa965..46bd7bc56008 100644 --- a/astro/libnova/Makefile +++ b/astro/libnova/Makefile @@ -10,11 +10,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v%20${PORTVERSION} MAINTAINER= dhn@FreeBSD.org COMMENT= Astronomical Calculation Library +USES= autoreconf libtool GNU_CONFIGURE= yes -USES= libtool -USE_AUTOTOOLS= aclocal autoheader autoconf automake libtoolize -AUTOMAKE_ARGS= -a -c -f USE_LDCONFIG= yes +INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |