mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
107419e57b
Reported by: portscout
23 lines
329 B
Makefile
23 lines
329 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gravity
|
|
DISTVERSION= 0.6.3
|
|
CATEGORIES= lang
|
|
PKGNAMESUFFIX= -lang
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Embeddable programming language
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= marcobambini
|
|
|
|
LDFLAGS+= -lm
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|