1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/astro/stars/Makefile
David E. O'Brien 4f4c6521c9 Id->FreeBSD rename try 2.
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
1999-08-25 04:22:48 +00:00

29 lines
738 B
Makefile

# New ports collection makefile for: stars-1.0
# Version required: 1.0
# Date created: 10 Jul 1996
# Whom: searle
#
# $FreeBSD$
#
DISTNAME= stars-1.0-ss-10.20
PKGNAME= stars-1.0
CATEGORIES= astro
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_X_PREFIX= 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>