3e0f336e88
to it to be MD. - Do not patch file into existance, place it in files/ instead - There are no regression tests, so mark it as such
25 lines
551 B
Makefile
25 lines
551 B
Makefile
# $OpenBSD: Makefile,v 1.2 2003/03/02 18:26:41 pvalchev Exp $
|
|
|
|
COMMENT= "UTF8 support library from Plan 9"
|
|
|
|
VERSION= 2.0
|
|
DISTNAME= libutf-${VERSION}
|
|
CATEGORIES= devel plan9
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
HOMEPAGE= http://pdos.lcs.mit.edu/~rsc/software/
|
|
MAINTAINER= Markus Friedl <markus@openbsd.org>
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
FAKE_FLAGS= PREFIX=${WRKINST}${PREFIX}
|
|
|
|
pre-build:
|
|
@cp ${FILESDIR}/Make.OpenBSD ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|