blob: 8536f78f38a18edbfdb38f74d216b5ea6a48e9ac (
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= 7
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>
|