openbsd-ports/security/klaxon/Makefile
2002-10-28 17:35:01 +00:00

29 lines
636 B
Makefile

# $OpenBSD: Makefile,v 1.5 2002/10/28 17:35:01 naddy Exp $
COMMENT= "small service wedge to do ident lookup on connecting party"
DISTNAME= klaxon
PKGNAME= klaxon-1.5
CATEGORIES= security
HOMEPAGE= http://www.eng.auburn.edu/users/doug/second.html
MAINTAINER= Jose Nazario <jose@crimelabs.net>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.eng.auburn.edu/pub/doug/
ALL_TARGET= target
NO_REGRESS= Yes
do-install:
${INSTALL} ${WRKBUILD}/klaxon.5x.ident ${PREFIX}/sbin/klaxon
@${STRIP} ${PREFIX}/sbin/klaxon
.include <bsd.port.mk>