freebsd-ports/devel/smake/Makefile
Martin Matuska 12d9883bc1 - Re-enable compile on sparc64
PR:		ports/125124
Submitted by:	Daniel Austin MBCS <freebsd-sparc64@dan.me.uk>
2008-07-28 13:27:09 +00:00

35 lines
757 B
Makefile

# New ports collection makefile for: smake
# Date created: 22 February 2005
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= smake
PORTVERSION= 1.2.a.41
CATEGORIES= devel
MASTER_SITES= ftp://ftp.berlios.de/pub/smake/alpha/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a./a/}
MAINTAINER= mm@FreeBSD.org
COMMENT= Highly portable make program with automake features
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/.a.*//g}
USE_BZIP2= yes
USE_GMAKE= yes
MAKE_ARGS= INS_BASE=${PREFIX}
MAN1= smake.1
MAN5= makefiles.5 makerules.5
RULEUSED= "`${WRKSRC}/conf/oarch.sh`"
PLIST_SUB= RULESUSED="${RULEUSED}"
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800032
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>