1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/astro/accrete/Makefile
Muhammad Moinur Rahman 39191036a1 astro/accrete: Fix RUNTIME
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
2022-12-31 15:58:55 -06:00

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>