Bug 3482 - SlingShot (new) port
Summary: SlingShot (new) port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-05-03 17:50 UTC by pgiffuni
Modified: 1997-06-03 23:55 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pgiffuni 1997-05-03 17:50:01 UTC
Thanks to Thomas Gellekum's patches we have a port of the SlingShot
extensions to Xview.
SlingShot-2.1.tar.gz

How-To-Repeat: Oops,...I forgot to add the Xview dependencies, but that's easy to fix
Comment 1 Satoshi Asami freebsd_committer freebsd_triage 1997-06-03 23:54:38 UTC
State Changed
From-To: open->closed


Added xview dependencies and imported.  Here are my changes: 

=== 
diff -ru slingshot/Makefile slingshot.new/Makefile 
--- slingshot/Makefile	Fri May  2 14:38:58 1997 
+++ slingshot.new/Makefile	Tue Jun  3 15:41:01 1997 
@@ -1,31 +1,34 @@ 
# New ports collection makefile for:   SlingShot 
# Version required:    2.1 
-# Date created:                5 March 1997 
-# Whom:                        I 
+# Date created:        5 March 1997 
+# Whom:                pgiffuni@FPS.biblos.unal.edu.co 
# 
-# $Id: porting.sgml,v 1.2.4.3 1997/11/16 01:59:13 pgs Exp $ 
+# $Id$ 
# 
-PKGNAME=	slingshot-2.1 
+ 
DISTNAME=	SlingShot2.1 
-CATEGORIES=	X11 
+PKGNAME=	slingshot-2.1 
+CATEGORIES=	x11 
MASTER_SITES=	ftp://ftp.cdrom.com/pub/X11/R5contrib/ 
-# ftp.X.org sites ? 
EXTRACT_SUFX=	.tar.Z 

MAINTAINER=	pgiffuni@FPS.biblos.unal.edu.co 

+LIB_DEPENDS=	xview\.3\.:${PORTSDIR}/x11/xview-lib 
+ 
WRKSRC=		$(WRKDIR)/sspkg2.1 
USE_X11=	yes 
USE_GMAKE=	yes 
- 
MAKE_ENV=       OPENWINHOME=$(X11BASE) 
+ 
pre-patch: 
-	cp $(WRKSRC)/config.sunos4x $(WRKSRC)/config.fbsd 
+	${CP} $(WRKSRC)/config.sunos4x $(WRKSRC)/config.fbsd 
+ 
post-install: 
.if !defined(NOPORTDOCS) 
-	mkdir -p ${PREFIX}/share/doc/SlingShot                                 
-	cp ${WRKSRC}/README  ${PREFIX}/share/doc/SlingShot 
-	cp ${WRKSRC}/doc/*.ps ${PREFIX}/share/doc/SlingShot               
+	${MKDIR} ${PREFIX}/share/doc/SlingShot 
+	${INSTALL_DATA} ${WRKSRC}/README  ${PREFIX}/share/doc/SlingShot 
+	${INSTALL_DATA} ${WRKSRC}/doc/*.ps ${PREFIX}/share/doc/SlingShot 
.endif 

.include <bsd.port.mk> 
=== 

I would think that an experienced porter like you would know the 
way around ports' Makefiles. :)