mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Support stage
This commit is contained in:
parent
c8544f1b2b
commit
39ceb84b27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337532
@ -12,11 +12,10 @@ COMMENT= Portable file archiver using QuickLZ
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= dos2unix
|
||||
EXTRACT_AFTER_ARGS= -d ${WRKSRC}
|
||||
USE_ZIP= yes
|
||||
USE_DOS2UNIX= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
PLIST_FILES= bin/qpress
|
||||
|
||||
do-build:
|
||||
@ -24,6 +23,6 @@ do-build:
|
||||
${CXX} ${CXXFLAGS} -o qpress qpress.cpp aio.cpp quicklz.c utilities.cpp -lpthread
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/qpress ${DESTDIR}${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/qpress ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user