2000-09-01 20:28:32 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2000/09/02 00:28:32 brad Exp $
|
2000-08-17 23:51:25 -04:00
|
|
|
|
2000-09-01 20:28:32 -04:00
|
|
|
DISTNAME= yafc-0.6.1
|
|
|
|
CATEGORIES= net
|
|
|
|
NEED_VERSION= 1.322
|
|
|
|
MASTER_SITES= ftp://mayer.physto.se/pub/yafc/ \
|
|
|
|
ftp://ftp.uni-klu.ac.at/pub/linux/internet/yafc/ \
|
|
|
|
http://ftp.du.se/pub/mirrors/yafc/ \
|
|
|
|
ftp://mayer.physto.se/pub/yafc/old/
|
2000-08-17 23:51:25 -04:00
|
|
|
|
2000-09-01 20:28:32 -04:00
|
|
|
HOMEPAGE= http://www.stacken.kth.se/~mhe/yafc/
|
|
|
|
|
|
|
|
MAINTAINER= anil@recoil.org
|
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-08-17 23:51:25 -04:00
|
|
|
# doesn't work with 2.7's old readline version
|
|
|
|
# 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>
|