Index: head/astro/Makefile =================================================================== --- head/astro/Makefile (revision 4210) +++ head/astro/Makefile (revision 4211) @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.36 1996/10/18 15:05:24 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1996/10/24 08:46:42 asami Exp $ # SUBDIR += luna -# SUBDIR += stars -# SUBDIR += sunclock -# SUBDIR += xearth -# SUBDIR += xephem -# SUBDIR += xphoon + SUBDIR += stars + SUBDIR += sunclock + SUBDIR += xearth + SUBDIR += xephem + SUBDIR += xphoon .include Property changes on: head/astro/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/astro/stars/Makefile =================================================================== --- head/astro/stars/Makefile (revision 4210) +++ head/astro/stars/Makefile (revision 4211) @@ -1,28 +1,28 @@ # New ports collection makefile for: stars-1.0 # Version required: 1.0 # Date created: 10 Jul 1996 # Whom: searle # -# $Id: Makefile,v 1.1.1.1 1996/08/03 22:42:46 chuckr Exp $ +# $Id: Makefile,v 1.2 1996/08/08 01:15:50 chuckr Exp $ # DISTNAME= stars-1.0-ss-9.03 PKGNAME= stars-1.0 -CATEGORIES+= x11 +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= searle@longacre.demon.co.uk 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 Property changes on: head/astro/stars/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/astro/sunclock/Makefile =================================================================== --- head/astro/sunclock/Makefile (revision 4210) +++ head/astro/sunclock/Makefile (revision 4211) @@ -1,19 +1,19 @@ # New ports collection makefile for: sunclock # Version required: 1.3 # Date created: 15 September 1996 # Whom: torstenb # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/09/14 23:43:02 torstenb Exp $ # DISTNAME= sunclock1.3 PKGNAME= sunclock-1.3 -CATEGORIES+= x11 +CATEGORIES+= astro MASTER_SITES= ftp://ftp.x.org/contrib/applications/ MAINTAINER= torstenb@FreeBSD.org USE_IMAKE= YES NO_WRKSUBDIR= YES .include Property changes on: head/astro/sunclock/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/astro/xearth/Makefile =================================================================== --- head/astro/xearth/Makefile (revision 4210) +++ head/astro/xearth/Makefile (revision 4211) @@ -1,21 +1,21 @@ # New ports collection makefile for: xearth # Version required: 1.0 # Date created: 29 October 1995 # Whom: piero # -# $Id: Makefile,v 1.5 1995/10/01 21:53:49 roberto Exp $ +# $Id: Makefile,v 1.6 1996/03/29 05:28:13 asami Exp $ # DISTNAME= xearth-1.0 -CATEGORIES+= x11 +CATEGORIES+= astro x11 MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ USE_IMAKE= yes # Copy the list of FreeBSD sites post-install: mkdir -p ${PREFIX}/lib/X11/xearth cp ${FILESDIR}/freebsd.core.markers ${PREFIX}/lib/X11/xearth cp ${FILESDIR}/freebsd.ftp.markers ${PREFIX}/lib/X11/xearth .include Property changes on: head/astro/xearth/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/astro/xephem/Makefile =================================================================== --- head/astro/xephem/Makefile (revision 4210) +++ head/astro/xephem/Makefile (revision 4211) @@ -1,20 +1,20 @@ # New ports collection makefile for: xephem # Version required: 2.7.1 # Date created: Thu Aug 1 09:10:22 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.2 1996/08/03 09:01:59 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1996/08/16 17:04:26 erich Exp $ # DISTNAME= xephem_2.7.1 PKGNAME= xephem-2.7.1 -CATEGORIES= misc +CATEGORIES= astro MASTER_SITES= ftp://ftp.x.org/contrib/applications/ MAINTAINER= erich@FreeBSD.org REQUIRES_MOTIF= yes USE_IMAKE= yes .include Property changes on: head/astro/xephem/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/astro/xphoon/Makefile =================================================================== --- head/astro/xphoon/Makefile (revision 4210) +++ head/astro/xphoon/Makefile (revision 4211) @@ -1,19 +1,19 @@ # New ports collection makefile for: xphoon # Version required: 18sep91 (in R5 contrib) # Date created: 14 February 1995 # Whom: asami # -# $Id: Makefile,v 1.3 1995/04/01 12:51:36 jkh Exp $ +# $Id: Makefile,v 1.4 1995/04/12 15:22:39 asami Exp $ # DISTNAME= xphoon PKGNAME= xphoon-91.9.18 -CATEGORIES+= x11 +CATEGORIES+= astro x11 MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11//R5-contrib/ EXTRACT_SUFX= .tar.Z MAINTAINER= asami@FreeBSD.ORG USE_IMAKE= yes .include Property changes on: head/astro/xphoon/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property