freebsd-ports/devel/premake/Makefile
Martin Wilke cdffacbb1e - Update to 3.4
- Pass maintainership to submitter

PR:		116157
Submitted by:	Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
2007-09-06 21:59:42 +00:00

28 lines
544 B
Makefile

# New ports collection makefile for: premake
# Date created: 2004-03-25
# Whom: michael johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= premake
PORTVERSION= 3.4
CATEGORIES= devel
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= lippe@freebsdbrasil.com.br
COMMENT= Writes build scripts
WRKSRC= ${WRKDIR}/Premake-${PORTVERSION}
USE_ZIP= yes
USE_GMAKE= yes
MAKE_ENV= CC="${CC}" CFLAGS="${CFLAGS}"
PLIST_FILES= bin/premake
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/premake ${PREFIX}/bin
.include <bsd.port.mk>