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