2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2010/12/03 11:44:23 ajacoutot Exp $
|
2004-01-17 10:58:06 -05:00
|
|
|
|
2004-08-06 12:06:02 -04:00
|
|
|
SHARED_ONLY= Yes
|
2001-08-17 23:58:41 -04:00
|
|
|
|
2007-09-15 21:40:27 -04:00
|
|
|
COMMENT= interface to iconv() codeset conversion function
|
2001-08-17 23:58:41 -04:00
|
|
|
|
2008-10-03 07:52:23 -04:00
|
|
|
DISTNAME= Text-Iconv-1.7
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 1
|
2007-01-23 17:30:51 -05:00
|
|
|
CATEGORIES= converters
|
|
|
|
MODULES= converters/libiconv cpan
|
2001-08-17 23:58:41 -04:00
|
|
|
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
|
2008-10-03 07:52:23 -04:00
|
|
|
# perl
|
2001-08-17 23:58:41 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
|
2004-07-10 11:29:30 -04:00
|
|
|
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2010-10-18 17:35:47 -04:00
|
|
|
USE_GROFF = Yes
|
2001-08-17 23:58:41 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|