2011-07-26 02:07:33 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2011/07/26 06:07:33 ajacoutot Exp $
|
2007-10-03 09:48:17 -04:00
|
|
|
|
2011-07-26 02:07:33 -04:00
|
|
|
COMMENT= transparent application input fuzzer
|
2007-10-03 09:48:17 -04:00
|
|
|
|
2010-10-27 05:49:12 -04:00
|
|
|
DISTNAME= zzuf-0.13
|
2011-07-26 02:07:33 -04:00
|
|
|
REVISION= 2
|
2007-10-03 09:48:17 -04:00
|
|
|
CATEGORIES= misc
|
2008-05-21 15:14:50 -04:00
|
|
|
MASTER_SITES= http://libcaca.zoy.org/files/zzuf/
|
2007-10-03 09:48:17 -04:00
|
|
|
|
2011-07-26 02:07:33 -04:00
|
|
|
# WTFPL
|
2007-10-03 09:48:17 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
WANTLIB= c m
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
2011-07-26 02:07:33 -04:00
|
|
|
USE_GROFF= Yes
|
|
|
|
USE_LIBTOOL= Yes
|
2007-10-03 09:48:17 -04:00
|
|
|
|
2010-10-28 06:17:54 -04:00
|
|
|
pre-configure:
|
|
|
|
perl -pi -e 's/zzcat/zzufcat/g' ${WRKSRC}/doc/zzcat.1.in
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
cd ${PREFIX}/bin && mv zzcat zzufcat
|
|
|
|
cd ${PREFIX}/man/man1 && mv zzcat.1 zzufcat.1
|
|
|
|
|
2007-10-03 09:48:17 -04:00
|
|
|
.include <bsd.port.mk>
|