be54d47d8c
needed for the powerpc -> macppc name change
33 lines
869 B
Makefile
33 lines
869 B
Makefile
# $OpenBSD: Makefile,v 1.10 2001/09/28 06:02:14 pvalchev Exp $
|
|
|
|
COMMENT= "powerful console ftp client with many features"
|
|
|
|
DISTNAME= yafc-0.7.3
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.387
|
|
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
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/support
|
|
CONFIGURE_ARGS= --with-readline --with-catgets
|
|
|
|
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>
|