508e6279c2
From Darrin Chandler
40 lines
872 B
Makefile
40 lines
872 B
Makefile
# $OpenBSD: Makefile,v 1.29 2007/09/16 01:40:28 merdely Exp $
|
|
|
|
COMMENT= convert files between character sets and usages
|
|
|
|
DISTNAME= recode-3.6
|
|
PKGNAME= ${DISTNAME}p3
|
|
SHARED_LIBS += recode 0.0 # .0.0
|
|
|
|
CATEGORIES= converters textproc
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/recode/
|
|
|
|
MODULES= devel/gettext
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=recode/}
|
|
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --without-included-gettext
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
REGRESS_DEPENDS= :python-2.3*:lang/python/2.3
|
|
|
|
post-extract:
|
|
@cd ${WRKSRC}/lib && cp -p error.c ../src
|
|
|
|
post-regress:
|
|
@cd ${WRKBUILD}/tests && ${MAKE} \
|
|
PYTHON=${LOCALBASE}/bin/python bigtest
|
|
|
|
.include <bsd.port.mk>
|