- Use USES=gmake
- Support STAGEDIR Submitted by: sunpoet (myself) Approved by: Jin-Sih Lin <linpct@gmail.com> (maintainer, via IRC)
This commit is contained in:
parent
b193141136
commit
5951980c1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328180
1 changed files with 5 additions and 6 deletions
|
@ -13,20 +13,19 @@ LICENSE= GPLv2
|
|||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libargtable2.so:${PORTSDIR}/devel/argtable
|
||||
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \
|
||||
gzip:${PORTSDIR}/archivers/gzip
|
||||
gzip:${PORTSDIR}/archivers/gzip
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib/
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
|
||||
PLIST_FILES= bin/rsyncrypto \
|
||||
bin/rsyncrypto_recover
|
||||
bin/rsyncrypto_recover \
|
||||
man/man1/rsyncrypto.1.gz \
|
||||
man/man1/rsyncrypto_recover.1.gz
|
||||
|
||||
MAN1= rsyncrypto.1 rsyncrypto_recover.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} ${PORTNAME} requires archivers/gzip be built
|
||||
|
|
Loading…
Reference in a new issue