openbsd-ports/misc/libutf8/Makefile
ajacoutot 7d8c2d49b5 - add HOMEPAGE
- remove quotes around COMMENT
2007-07-04 09:24:21 +00:00

26 lines
586 B
Makefile

# $OpenBSD: Makefile,v 1.17 2007/07/04 09:24:21 ajacoutot Exp $
COMMENT= provides UTF-8 locale support
DISTNAME= libutf8-0.8
PKGNAME= ${DISTNAME}p0
SHARED_LIBS= utf8 1.0
CATEGORIES= misc devel
HOMEPAGE= http://www.haible.de/bruno/packages-libutf8.html
MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/utf8/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autoconf
.include <bsd.port.mk>