2010-10-18 13:06:05 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2010/10/18 17:06:06 espie 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-09-24 11:23:05 -04:00
|
|
|
REVISION= 0
|
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 13:06:05 -04:00
|
|
|
USE_GROFF = Yes
|
2001-08-17 23:58:41 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|