blob: d140f259c81ca879203a331bcaa90df3753ee2d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: ijliao
# $FreeBSD$
PORTNAME= yencode
PORTVERSION= 0.46
PORTREVISION= 6
CATEGORIES= news
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Free (GPL) encoder and decoder for the yEnc Usenet file format
USES= gettext
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
|