freebsd-ports/news/yencode/Makefile
Baptiste Daroussin 5af17692d1 Support stage
2013-12-27 09:30:31 +00:00

19 lines
346 B
Makefile

# 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>