aboutsummaryrefslogtreecommitdiffstats
path: root/astro/stars/Makefile
blob: ab5181139553de47136dd738e8ed7f1134d601d6 (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
25
26
27
28
29
30
# New ports collection makefile for:   stars-1.0
# Date created:     10 Jul 1996
# Whom:         searle
#
# $FreeBSD$
#

PORTNAME=   stars
PORTVERSION=    1.0
CATEGORIES= astro
MASTER_SITES=   ftp://ftp.planetmirror.com/pub/hpux/X11/Demos/stars-1.0/ \
        http://www.planetmirror.com/pub/hpux/X11/Demos/stars-1.0/
DISTFILES=  stars-1.0-ss-11.00.tar.gz

MAINTAINER= ports@FreeBSD.org

USE_X_PREFIX=   yes

CC?=        cc
CFLAGS?=    -O2

do-build:
    $(CC) -I$(PREFIX)/include $(CFLAGS) -c $(WRKSRC)/xwin.c -o $(WRKSRC)/xwin.o
    $(CC) -I$(PREFIX)/include $(CFLAGS) -c $(WRKSRC)/main.c -o $(WRKSRC)/main.o
    $(CC) $(WRKSRC)/main.o $(WRKSRC)/xwin.o -L$(PREFIX)/lib -lX11 -lm -o $(WRKSRC)/stars

do-install:
    $(INSTALL_PROGRAM) $(WRKSRC)/stars $(PREFIX)/bin/stars

.include <bsd.port.mk>
7b218a'>Set maintainership back to ports@cs2012-06-031-1/+1 * Remove non-serving mirrorcs2012-05-201-2/+1 * - The proper acronym for Apache Software License 2 is really AL2tabthorpe2012-01-091-1/+1 * Change maintainer address to my FreeBSD addresscs2011-09-151-1/+1 * Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+0 * - Get Rid MD5 supportmiwi2011-03-191-1/+0 * - Update to 2.1.5lwhsu2010-08-042-7/+12 * - Reset more ports I don't use anymorepgollucci2010-02-111-1/+1 * - Mark most of my ports MAKE_JOBS_SAFE=yespgollucci2009-05-161-0/+2 * - Update to 2.1.3pgollucci2008-08-013-4/+5 * Update my ports to my freebsd addresspgollucci2008-07-231-1/+1 * - Update to 2.1.2c.araujo2008-07-122-5/+5 * - Update to 2.1.2bmiwi2007-10-245-37/+20 * - Update to 2.1miwi2007-10-087-18/+196 * Get rid of biology/coalesce dependency, it is deprecated and will be removedvd2007-01-251-2/+2