openbsd-ports/plan9/9libs/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

37 lines
737 B
Makefile

# $OpenBSD: Makefile,v 1.5 2005/08/17 16:10:04 espie Exp $
COMMENT= "Plan 9 compatibility libraries"
VERSION= 1.0
DISTNAME= 9libs-${VERSION}
PKGNAME= ${DISTNAME}p2
CATEGORIES= plan9 devel
HOMEPAGE= http://www.netlib.org/research/9libs/
MAINTAINER= rich cannings <cannings@cvs.openbsd.org>
# BSD licence
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
SEPARATE_BUILD= simple
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--includedir=${PREFIX}/include/9libs
# broken on colorinit() in test.c
REGRESSION_IS_INTERACTIVE=Yes
SETENV= env
REGRESS_TARGET= check
.include <bsd.port.mk>