mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
30 lines
656 B
Makefile
30 lines
656 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: yencode
|
|
# Date created: Mar 24, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= yencode
|
|
PORTVERSION= 0.46
|
|
PORTREVISION= 1
|
|
CATEGORIES= news
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A free (GPL) encoder and decoder for the yEnc Usenet file format
|
|
|
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
|
|
intl.4:${PORTSDIR}/devel/gettext
|
|
|
|
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>
|