123456789101112131415161718192021222324252627282930 |
- # $OpenBSD: Makefile,v 1.11 2013/03/11 11:41:25 espie 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
- # BSD
- PERMIT_PACKAGE_CDROM= Yes
- WANTLIB= c
- MASTER_SITES= ftp://ftp.eng.auburn.edu/pub/doug/
- ALL_TARGET= target
- MAKE_FLAGS+= CFLAGS="${CFLAGS}" CC="${CC}"
- NO_TEST= Yes
- pre-patch:
- @cd ${WRKSRC} && chmod +w klaxon.c && rm -rf SCCS
- do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/klaxon.5x.ident ${PREFIX}/sbin/klaxon
- @strip ${PREFIX}/sbin/klaxon
- .include <bsd.port.mk>
|