freebsd-ports/devel/premake/Makefile
Felippe de Meirelles Motta f31728e16c - Fix race condition to work on all plataforms/archs.
- Bump PORTREVISION.

Reported by:	pav (via pointyha)
2009-01-11 17:28:59 +00:00

37 lines
719 B
Makefile

# New ports collection makefile for: premake
# Date created: 2004-03-25
# Whom: michael johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= premake
PORTVERSION= 3.7
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= lippe@FreeBSD.org
COMMENT= Writes build scripts
WRKSRC= ${WRKDIR}/Premake-${PORTVERSION}
USE_DOS2UNIX= yes
USE_ZIP= yes
USE_GMAKE= yes
PLIST_FILES= bin/premake
PORTDOCS= CHANGES.txt LICENSE.txt README.txt
.include <bsd.port.pre.mk>
do-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
@${INSTALL_PROGRAM} ${WRKSRC}/bin/premake ${PREFIX}/bin
.include <bsd.port.post.mk>