openbsd-ports/net/ftpsesame/Makefile

23 lines
474 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:35:47 espie Exp $
COMMENT= automagic packet filter configurator for FTP
DISTNAME= ftpsesame-0.95
REVISION= 3
CATEGORIES= net
HOMEPAGE= http://www.sentia.org/projects/ftpsesame/
# BSD
PERMIT_PACKAGE_CDROM= 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>