2002-03-25 08:35:57 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: yencode
|
|
|
|
# Date created: Mar 24, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= yencode
|
|
|
|
PORTVERSION= 0.46
|
2003-08-26 22:25:58 +02:00
|
|
|
PORTREVISION= 3
|
2002-03-25 08:35:57 +01:00
|
|
|
CATEGORIES= news
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A free (GPL) encoder and decoder for the yEnc Usenet file format
|
2002-03-25 08:35:57 +01:00
|
|
|
|
2004-01-23 19:12:26 +01:00
|
|
|
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old
|
2002-03-25 08:35:57 +01:00
|
|
|
|
2003-10-31 23:06:04 +01:00
|
|
|
USE_GETOPT_LONG= yes
|
2002-03-25 08:35:57 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-10-31 23:06:04 +01:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2002-03-25 08:35:57 +01:00
|
|
|
|
|
|
|
MAN1= ydecode.1 yencode.1 ypost.1
|
|
|
|
MAN5= ypostrc.5
|
|
|
|
|
2003-10-31 23:06:04 +01:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
|
|
|
|
2002-03-25 08:35:57 +01:00
|
|
|
.include <bsd.port.mk>
|