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