- Support staging

- Respect CC
- Respect CFLAGS
This commit is contained in:
Emanuel Haupt 2014-02-24 13:17:05 +00:00
parent 4505cd4121
commit 77142b2f5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345837

View File

@ -12,8 +12,10 @@ COMMENT= Curses realtime statistics for the Huawei E169 modem
PLIST_FILES= bin/e169-stats
NO_STAGE= yes
do-build:
${CC} ${CFLAGS} -o ${WRKSRC}/e169-stats ${WRKSRC}/e169-stats.c -lcurses
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/e169-stats ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/e169-stats ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>