freebsd-ports/astro/accrete/Makefile
2021-04-06 16:31:07 +02:00

15 lines
334 B
Makefile

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