blob: 52e24d423219d4d85d5f9c4ddffb5b4e22c61f11 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: accrete
# Date created: 2003-6-2
# Whom: chuck@pkix.net
#
# $FreeBSD$
PORTNAME= accrete
PORTVERSION= 1.0
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= chuck@pkix.net
COMMENT= Accrete is a physical simulation of solar system planet formation
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX=${PREFIX} \
CDEBUG="" COPT=""
PLIST_FILES= bin/accrete
.include <bsd.port.mk>
|