freebsd-ports/astro/accrete/Makefile

21 lines
489 B
Makefile
Raw Normal View History

# New ports collection makefile for: accrete
# Date created: 2003-6-2
# Whom: chuck@pkix.net
#
# $FreeBSD$
2003-10-27 00:17:36 +01:00
PORTNAME= accrete
PORTVERSION= 1.0
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
2003-10-27 00:17:36 +01:00
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= chuck@pkix.net
2003-10-27 00:17:36 +01:00
COMMENT= Accrete is a physical simulation of solar system planet formation
2005-10-14 10:11:57 +02:00
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX=${PREFIX} \
CDEBUG="" COPT=""
PLIST_FILES= bin/accrete
.include <bsd.port.mk>