1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/devel/smake/Makefile
Martin Matuska 58cfeb8c65 - Update to 1.2.a49
- Unbreak

PR:		ports/141760
Submitted by:	mandree
2009-12-21 08:01:09 +00:00

30 lines
663 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.49
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.mk>