freebsd-ports/devel/premake/Makefile
Michael Johnson 5b4ea2871a update to 2.1
reset maintainer to ports@FreeBSD.org

Approved by:	pav (co mentor)
2004-11-04 16:56:07 +00:00

27 lines
574 B
Makefile

# New ports collection makefile for: premake
# Date created: 2004-03-25
# Whom: michael johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= premake
PORTVERSION= 2.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= premake
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
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>