1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/astro/accrete/Makefile

18 lines
359 B
Makefile

# Created by: chuck@pkix.net
# $FreeBSD$
PORTNAME= accrete
PORTVERSION= 1.0
CATEGORIES= astro
MASTER_SITES= SF
MAINTAINER= chuck@pkix.net
COMMENT= Accrete is a physical simulation of solar system planet formation
NO_STAGE= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX=${PREFIX} \
CDEBUG="" COPT=""
PLIST_FILES= bin/accrete
.include <bsd.port.mk>