openbsd-ports/net/yafc/Makefile
avsm a333c1979b - update to yafc-0.6.6
- bump NEED_VERSION
- no longer need help.c patch, its been fixed in source
2001-02-09 12:37:28 +00:00

32 lines
859 B
Makefile

# $OpenBSD: Makefile,v 1.6 2001/02/09 12:37:28 avsm Exp $
DISTNAME= yafc-0.6.6
CATEGORIES= net
NEED_VERSION= 1.351
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= yafc
HOMEPAGE= http://yafc.sourceforge.net/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --without-readline --with-catgets
# doesn't work with 2.8's old readline version
# remove the --without-readline when binutils is upgraded
DOCS= NEWS README TODO
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/yafc
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/yafc
${INSTALL_DATA} ${WRKBUILD}/yafcrc.sample ${PREFIX}/share/examples/yafc
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/yafc
.include <bsd.port.mk>