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