23 lines
468 B
Makefile
23 lines
468 B
Makefile
# $OpenBSD: Makefile,v 1.15 2019/07/12 20:48:26 sthen Exp $
|
|
|
|
COMMENT= automagic packet filter configurator for FTP
|
|
|
|
DISTNAME= ftpsesame-0.95
|
|
REVISION= 7
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://www.sentia.org/projects/ftpsesame/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c pcap
|
|
|
|
MASTER_SITES= http://www.sentia.org/downloads/
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKBUILD}/ftpsesame ${PREFIX}/sbin
|
|
${INSTALL_DATA} ${WRKBUILD}/ftpsesame.8 ${PREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|