freebsd-ports/news/yencode/Makefile
Cheng-Lung Sung 2ef7d3cce3 - take maintainership
PR:		98120
Submitted by:	maintainer (Nils Vogels)
2006-05-30 06:25:11 +00:00

32 lines
699 B
Makefile

# ex:ts=8
# Ports collection makefile for: yencode
# Date created: Mar 24, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= yencode
PORTVERSION= 0.46
PORTREVISION= 4
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= nivo+kw+ports.bfa274@is-root.com
COMMENT= A free (GPL) encoder and decoder for the yEnc Usenet file format
USE_GETOPT_LONG= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAN1= ydecode.1 yencode.1 ypost.1
MAN5= ypostrc.5
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.mk>