openbsd-ports/news/yencode/Makefile
2016-04-12 15:19:39 +00:00

26 lines
514 B
Makefile

# $OpenBSD: Makefile,v 1.11 2016/04/12 15:19:40 naddy Exp $
COMMENT= encoder/decoder tool for the Usenet yEnc encoding format
DISTNAME= yencode-0.46
REVISION= 2
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yencode/}
LIB_DEPENDS= devel/gettext
WANTLIB= c iconv intl
# GPL
PERMIT_PACKAGE_CDROM= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
NO_TEST= Yes
.include <bsd.port.mk>