Convert to USES=autoreconf

This commit is contained in:
Baptiste Daroussin 2015-06-21 16:14:16 +00:00
parent dcc247826e
commit 6bd636a8b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390254

View File

@ -13,10 +13,8 @@ COMMENT= Demo and test application for libfprint
LIB_DEPENDS= libfprint.so:${PORTSDIR}/security/libfprint
USE_AUTOTOOLS= autoconf automake
AUTOMAKE_ARGS= -a
GNU_CONFIGURE= yes
USES= pkgconfig desktop-file-utils
USES= autoreconf pkgconfig desktop-file-utils
USE_GNOME= atk glib20 gtk20 pango
INSTALLS_ICONS= yes
@ -26,7 +24,4 @@ CONFIGURE_ENV+= CRYPTO_CFLAGS=-I${OPENSSLINC} \
CRYPTO_LIBS=-lcrypto
CFLAGS+= -DHAVE_MEMMEM
pre-configure:
cd ${WRKDIR} && ${ACLOCAL}
.include <bsd.port.mk>