Makefile 630 B

123456789101112131415161718192021222324252627282930
  1. # $OpenBSD: Makefile,v 1.11 2013/03/11 11:41:25 espie Exp $
  2. COMMENT= small service wedge to do ident lookup on connecting party
  3. DISTNAME= klaxon
  4. PKGNAME= klaxon-1.5
  5. CATEGORIES= security
  6. HOMEPAGE= http://www.eng.auburn.edu/users/doug/second.html
  7. # BSD
  8. PERMIT_PACKAGE_CDROM= Yes
  9. WANTLIB= c
  10. MASTER_SITES= ftp://ftp.eng.auburn.edu/pub/doug/
  11. ALL_TARGET= target
  12. MAKE_FLAGS+= CFLAGS="${CFLAGS}" CC="${CC}"
  13. NO_TEST= Yes
  14. pre-patch:
  15. @cd ${WRKSRC} && chmod +w klaxon.c && rm -rf SCCS
  16. do-install:
  17. ${INSTALL_PROGRAM} ${WRKSRC}/klaxon.5x.ident ${PREFIX}/sbin/klaxon
  18. @strip ${PREFIX}/sbin/klaxon
  19. .include <bsd.port.mk>