f83c7639aa
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
20 lines
346 B
Makefile
20 lines
346 B
Makefile
# 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>
|