mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
d53a9ddba6
Noticed by: ports new version checker
30 lines
591 B
Makefile
30 lines
591 B
Makefile
# New ports collection makefile for: premake
|
|
# Date created: 2004-03-25
|
|
# Whom: michael johnson <ahze@ahze.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= premake
|
|
PORTVERSION= 2.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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>
|