37 lines
883 B
Makefile
37 lines
883 B
Makefile
# $OpenBSD: Makefile,v 1.19 2002/05/13 18:50:38 espie Exp $
|
|
|
|
COMMENT= "convert files between character sets and usages"
|
|
|
|
DISTNAME= recode-3.6
|
|
CATEGORIES= converters textproc
|
|
NEED_VERSION= 1.474
|
|
|
|
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
|
|
|
MODULES= gettext
|
|
|
|
# License: GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=recode/}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --without-included-gettext
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.4-ltconfig \
|
|
${PORTSDIR}/infrastructure/patches/patch-lt1.3.4-ltmain_sh \
|
|
patch-*
|
|
|
|
REGRESS_DEPENDS= :python-*:lang/python
|
|
|
|
post-regress:
|
|
@cd ${WRKBUILD}/tests && ${MAKE} \
|
|
PYTHON=${LOCALBASE}/bin/python bigtest
|
|
|
|
.include <bsd.port.mk>
|