openbsd-ports/news/yencode/Makefile
2005-09-25 09:43:44 +00:00

31 lines
643 B
Makefile

# $OpenBSD: Makefile,v 1.3 2005/09/25 09:43:44 bernd Exp $
COMMENT= "encoder/decoder tool for the Usenet yEnc encoding format"
DISTNAME= yencode-0.46
PKGNAME= ${DISTNAME}p0
CATEGORIES= news
MASTER_SITES= http://www.yencode.org/download/source/
HOMEPAGE= http://www.yencode.org/
MODULES= devel/gettext
WANTLIB= c
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
NO_REGRESS= Yes
.include <bsd.port.mk>