- Add LICENSE
- Switch to USES=tar:tgz - Fix shebangs MFH: 2015Q2
This commit is contained in:
parent
263762af25
commit
56825a8792
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389183
1 changed files with 7 additions and 2 deletions
|
@ -3,19 +3,24 @@
|
|||
|
||||
PORTNAME= doorman
|
||||
PORTVERSION= 0.81
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Port knocking implementation, both daemon and client
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PATCH_STRIP= -p1
|
||||
|
||||
USES= shebangfix tar:tgz
|
||||
SHEBANG_FILES= ipfw_add ipfw_delete \
|
||||
pfctl_add pfctl_delete
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= installdirs install-exec install-data
|
||||
|
||||
|
|
Loading…
Reference in a new issue