1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/ftp/yafc/Makefile
Ade Lovett b200792e2b Update to 0.6.4, including MASTER_SITES and WWW in pkg-descr
PR:		22057
Submitted by:	Ports Fury
2000-10-17 20:10:04 +00:00

29 lines
572 B
Makefile

# New ports collection makefile for: yafc
# Date created: 10 June 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= yafc
PORTVERSION= 0.6.4
CATEGORIES= ftp
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lintl"
MAN1= yafc.1
post-install:
@install-info ${PREFIX}/info/yafc.info ${PREFIX}/info/dir
.include <bsd.port.mk>