svn commit: r374888 - head/cad/gerbv
Baptiste Daroussin
bapt at FreeBSD.org
Thu Dec 18 11:08:24 UTC 2014
Author: bapt
Date: Thu Dec 18 11:08:23 2014
New Revision: 374888
URL: https://svnweb.freebsd.org/changeset/ports/374888
QAT: https://qat.redports.org/buildarchive/r374888/
Log:
Convert to USES=autoreconf
Strip binaries
Modified:
head/cad/gerbv/Makefile
Modified: head/cad/gerbv/Makefile
==============================================================================
--- head/cad/gerbv/Makefile Thu Dec 18 11:05:55 2014 (r374887)
+++ head/cad/gerbv/Makefile Thu Dec 18 11:08:23 2014 (r374888)
@@ -14,13 +14,13 @@ LICENSE= GPLv2
OPTIONS_DEFINE= DOCS EXAMPLES
-USES= desktop-file-utils gmake libtool pathfix pkgconfig
+USES= autoreconf desktop-file-utils gmake libtool pathfix pkgconfig
USE_GNOME= gtk20
-USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf
-AUTOMAKE_ARGS= --add-missing --copy --foreign
+GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_aux_dir="."
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
+INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
More information about the svn-ports-all
mailing list