1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Switch to USES=autoreconf

This commit is contained in:
Dmitry Marakasov 2015-05-29 12:06:18 +00:00
parent 3da9e0050f
commit 04e188869d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387850

View File

@ -10,15 +10,11 @@ COMMENT= Themes for the Emerald Window Decorator
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
GNU_CONFIGURE= yes
USES= gmake shebangfix tar:bzip2
USE_AUTOTOOLS= autoconf:env automake:env aclocal:env autoheader:env
USES= autoreconf gmake shebangfix tar:bzip2
SHEBANG_FILES= themes/import.sh
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
pre-configure:
@cd ${WRKSRC} && ./autogen.sh
.include <bsd.port.mk>