aboutsummaryrefslogtreecommitdiff
path: root/astro/accrete/Makefile
blob: 837112d9d37cd3622dcc8fb1eac345412b6df77d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>