mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
39191036a1
Segmentation Fault occurs if program is executed in a directory without write privileges. Patch provided exits gracefully if *fp is NULL before fprintf's attempt to write to non-existent file. - Add LICENSE BSD3CLAUSE PR: 268661 Reported by: eylusion@gmail.com
18 lines
389 B
Makefile
18 lines
389 B
Makefile
PORTNAME= accrete
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= astro
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Physical simulation of solar system planet formation
|
|
WWW= https://sourceforge.net/projects/accrete/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX=${STAGEDIR}${PREFIX} \
|
|
CDEBUG="" COPT=""
|
|
PLIST_FILES= bin/accrete
|
|
|
|
.include <bsd.port.mk>
|