aboutsummaryrefslogtreecommitdiff
path: root/devel/smake/Makefile
blob: 9a129d788913f3d7d34aa28ce43f5c6188f22b7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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>