diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-18 11:08:23 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-18 11:08:23 +0000 |
commit | 0aced8d40dc9997240256f55d72add0fe748f653 (patch) | |
tree | 4a0a864ddf6f6b3f0b99cc602044480096187eac | |
parent | b10341e98af65d2932dd41d6b4e124873009631e (diff) | |
download | FreeBSD-ports-0aced8d40dc9997240256f55d72add0fe748f653.zip FreeBSD-ports-0aced8d40dc9997240256f55d72add0fe748f653.tar.gz |
Convert to USES=autoreconf
Strip binaries
-rw-r--r-- | cad/gerbv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index 7191002..2c19516 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -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 |