2000-09-15 13:03:42 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2000/09/15 17:03:42 avsm Exp $
|
2000-08-17 23:51:25 -04:00
|
|
|
|
2000-09-15 13:03:42 -04:00
|
|
|
DISTNAME= yafc-0.6.2
|
2000-09-01 20:28:32 -04:00
|
|
|
CATEGORIES= net
|
2000-09-15 13:03:42 -04:00
|
|
|
NEED_VERSION= 1.330
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= yafc
|
2000-08-17 23:51:25 -04:00
|
|
|
|
2000-09-01 20:28:32 -04:00
|
|
|
HOMEPAGE= http://www.stacken.kth.se/~mhe/yafc/
|
2000-09-15 13:03:42 -04:00
|
|
|
MAINTAINER= 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-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>
|