freebsd-ports/news/yencode/Makefile
Ying-Chieh Liao c1e9288f2e add yencode 0.46
A free (GPL) encoder and decoder for the yEnc Usenet file format
2002-03-25 07:35:57 +00:00

29 lines
619 B
Makefile

# ex:ts=8
# Ports collection makefile for: yencode
# Date created: Mar 24, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= yencode
PORTVERSION= 0.46
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt \
iconv:${PORTSDIR}/converters/libiconv \
intl:${PORTSDIR}/devel/gettext
USE_BISON= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lgnugetopt"
MAN1= ydecode.1 yencode.1 ypost.1
MAN5= ypostrc.5
.include <bsd.port.mk>