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
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 6
|
2002-03-25 08:35:57 +01:00
|
|
|
CATEGORIES= news
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF
|
2002-03-25 08:35:57 +01:00
|
|
|
|
2008-08-20 08:50:58 +02:00
|
|
|
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
|
|
|
|
2013-04-24 20:10:30 +02:00
|
|
|
USES= gettext
|
2002-03-25 08:35:57 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= ydecode.1 yencode.1 ypost.1
|
|
|
|
MAN5= ypostrc.5
|
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2003-10-31 23:06:04 +01:00
|
|
|
|
2002-03-25 08:35:57 +01:00
|
|
|
.include <bsd.port.mk>
|