mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
61dc2c2a2d
Approved by: maintainers
21 lines
489 B
Makefile
21 lines
489 B
Makefile
# 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>
|