39f2a1c05c
- don't force compiler optimization - don't hardcode CC - regen patches while here ok markus@ (maintainer)
35 lines
702 B
Makefile
35 lines
702 B
Makefile
# $OpenBSD: Makefile,v 1.7 2007/12/20 15:47:18 ajacoutot Exp $
|
|
|
|
COMMENT= Streamlined replacement for make
|
|
|
|
VERSION= 2.0
|
|
DISTNAME= mk-${VERSION}
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= devel plan9
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
HOMEPAGE= http://pdos.lcs.mit.edu/~rsc/software/
|
|
MAINTAINER= Markus Friedl <markus@openbsd.org>
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
BUILD_DEPENDS= ::devel/libfmt \
|
|
::devel/libbio \
|
|
::devel/libregexp9 \
|
|
::devel/libutf
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
FAKE_FLAGS= PREFIX=${WRKINST}${PREFIX}
|
|
NO_REGRESS= Yes
|
|
MAKE_FLAGS= CC="${CC}"
|
|
|
|
pre-build:
|
|
@cp ${FILESDIR}/Make.OpenBSD ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|