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