aboutsummaryrefslogtreecommitdiffstats
path: root/astro/accrete/Makefile
blob: 7b19cc331b9b752bb97a72f73f4071b948429782 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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

PLIST_FILES=    bin/accrete
USE_REINPLACE=  yes

post-patch:
    ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \
    s|%%CC%%|${CC}|g ; \
    s|%%CFLAGS%%|${CFLAGS}|g' ${WRKSRC}/Makefile

.include <bsd.port.mk>