Update to 1.05 and overhaul port.
Prompted by Damien Bastie <Sha@altern.org> reporting unfetchable distfile.
This commit is contained in:
parent
e99529f952
commit
01b6d814ad
@ -1,23 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2002/03/21 20:46:26 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2002/04/25 01:37:57 naddy Exp $
|
||||
|
||||
COMMENT= "powerful make utility"
|
||||
|
||||
DISTNAME= xmake-1.01
|
||||
DISTNAME= xmake-1.05
|
||||
CATEGORIES= devel
|
||||
NEED_VERSION= 1.515
|
||||
HOMEPAGE= http://apollo.backplane.com/xmake/
|
||||
|
||||
# License: NONE
|
||||
PERMIT_PACKAGE_CDROM= "no license"
|
||||
PERMIT_PACKAGE_FTP= "no license"
|
||||
PERMIT_DISTFILES_CDROM= "no license"
|
||||
PERMIT_DISTFILES_FTP= "no license"
|
||||
# public domain
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.backplane.com/xmake/ \
|
||||
ftp://atari.saturn5.com/pub/dlowe/
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
WRKDIST= ${WRKDIR}/xmake
|
||||
MAKE_FLAGS=CFLAGS='${CFLAGS} -Wall -Wstrict-prototypes'
|
||||
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||
|
||||
pre-build:
|
||||
@rm -rf ${WRKSRC}/obj
|
||||
@ -26,4 +26,6 @@ do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/xmake ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/xmake.1 ${PREFIX}/man/man1
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (xmake-1.01.tgz) = 7fb2ebb2c32e3baab4ea22bf7d37bcd6
|
||||
RMD160 (xmake-1.01.tgz) = 9f988774880391fbf642e4b5d83acc96d749569d
|
||||
SHA1 (xmake-1.01.tgz) = 38e14236ac28fadb7d327f15f928f4bd45b09614
|
||||
MD5 (xmake-1.05.tgz) = 1563ca7d04d2df79bfa9a5c7db532aa7
|
||||
RMD160 (xmake-1.05.tgz) = 2f5c9a6a800a2f899112c2a7b72f08f79b43c817
|
||||
SHA1 (xmake-1.05.tgz) = 7f608c6a0e30567f0ca1921a5f2e984767cecf24
|
||||
|
@ -4,3 +4,5 @@ other makes have confusing rulesets and do not support many-to-many
|
||||
dependancy specifications, XMake has relatively few (basically no) rulesets
|
||||
and allows you to easily specify many:many dependencies. This gives XMake
|
||||
the flexibility to deal with complex project hierarchies very simply.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
Loading…
Reference in New Issue
Block a user