freebsd-ports/devel/premake/Makefile
Pav Lucistnik 9545b8271c - Update to 0.7
PR:		ports/64914
Submitted by:	michael johnson <ahze@ahze.net> (maintainer)
2004-03-30 00:50:27 +00:00

27 lines
570 B
Makefile

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