mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Support staging
- Respect CC - Respect CFLAGS
This commit is contained in:
parent
4505cd4121
commit
77142b2f5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345837
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user