openbsd-ports/misc/libutf8/Makefile
espie f1e7eab840 those packages have not changed names since 3.6, even though their
packing-lists was changes in significant ways, and they do not have
enough dependencies that pkg_add can detect they changed through their
signature.

Bump the pkgname, so that pkg_add -r will choose to update them.

okay pvalchev@
2005-08-17 16:10:02 +00:00

24 lines
585 B
Makefile

# $OpenBSD: Makefile,v 1.12 2005/08/17 16:10:03 espie Exp $
COMMENT= "provides UTF-8 locale support"
DISTNAME= libutf8-0.7.3
PKGNAME= ${DISTNAME}p0
CATEGORIES= misc devel
MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/utf8/ \
ftp://ftp.shellhung.org/pub/OpenBSD/packages/devel/
MAINTAINER= Shell Hung <shell@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autoconf
.include <bsd.port.mk>