1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Support stage

USE_GMAKE -> USES=gmake
This commit is contained in:
Baptiste Daroussin 2014-01-25 21:44:31 +00:00
parent a9d21c1e11
commit d446daef8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341115

View File

@ -8,14 +8,13 @@ CATEGORIES= net-im
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A console Yahoo! messenger client
COMMENT= Console Yahoo! messenger client
USES= gmake
PLIST_FILES= bin/ari-yahoo
USE_GMAKE= yes
USE_GCC= any
USE_AUTOTOOLS= autoconf
NO_STAGE= yes
pre-configure:
@${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in
@(cd ${WRKSRC}/libyahoo && ${SETENV} ${AUTOCONF_ENV} ${AUTOCONF} \
@ -23,6 +22,6 @@ pre-configure:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ari-yahoo ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/ari-yahoo ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>