1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Convert USE_GMAKE=yes to USES=gmake

- Support staging

Approved by:	crees, tabthorpe (mentors, implicit)
This commit is contained in:
Grzegorz Blach 2013-10-05 21:41:26 +00:00
parent 9a908ab41c
commit d06c83bace
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329510

View File

@ -17,14 +17,12 @@ LICENSE= BSD
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_EFL= ecore libtool_hack
USES= pkgconfig
USES= gmake pkgconfig
USE_LDCONFIG= yes
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_input
INSTALL_WRKSRC= ${BUILD_WRKSRC}
NO_STAGE= yes
.include "../../devel/ecore-main/Makefile.inc"
CONFIGURE_ARGS+= --enable-ecore-input
@ -37,6 +35,6 @@ post-patch:
post-install:
${INSTALL_DATA} ${WRKSRC}/ecore-input.pc \
${PREFIX}/libdata/pkgconfig/
${STAGEDIR}${PREFIX}/libdata/pkgconfig/
.include <bsd.port.mk>