1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/astro/stars/Makefile
Justin M. Seger c67fe5444f Upgrade to stars-1.0-ss-10.10 and make myself MAINTAINER. I sent a message
to the previous MAINTAINER over a week ago and haven't heard a response. If
he should wish to resume MAINTAINERship in the future, I'll transfer it back.
1998-01-28 21:11:20 +00:00

29 lines
780 B
Makefile

# New ports collection makefile for: stars-1.0
# Version required: 1.0
# Date created: 10 Jul 1996
# Whom: searle
#
# $Id: Makefile,v 1.4 1996/11/15 22:34:55 obrien Exp $
#
DISTNAME= stars-1.0-ss-10.10
PKGNAME= stars-1.0
CATEGORIES= astro x11
MASTER_SITES= ftp://hpux.csc.liv.ac.uk/hpux/X11/Demos/stars-1.0/ \
ftp://askdonald.ask.uni-karlsruhe.de/hpux/X11/Demos/stars-1.0/
MAINTAINER= jseger@FreeBSD.org
USE_X11= yes
WRKSRC= $(WRKDIR)/$(PKGNAME)
do-build:
cc -I$(PREFIX)/include -O2 -c $(WRKSRC)/xwin.c -o $(WRKSRC)/xwin.o
cc -I$(PREFIX)/include -O2 -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>