head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.28.08.03.19;	author svnexp;	state dead;
branches;
next	1.2;

1.2
date	2003.02.19.09.47.53;	author mbr;	state Exp;
branches;
next	1.1;

1.1
date	2002.09.09.20.26.30;	author mbr;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307888
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307888 | bapt | 2012-11-28 08:00:54 +0000 (Wed, 28 Nov 2012) | 9 lines
## SVN ##
## SVN ## 2012-11-28 editors/glimmer: Depends on the expired gtkglarea through py-gtk
## SVN ## 2012-11-26 palm/txt2pdbdoc: No more public distfiles
## SVN ## 2012-11-26 sysutils/xloadface: No more public distfiles
## SVN ## 2012-11-26 shells/gscommander: Abandonware
## SVN ## 2012-11-26 security/saferpay: No more public distfiles
## SVN ## 2012-11-26 x11-wm/qvwm: No more public distfiles
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@--- saferpay/Makefile.orig	Thu Aug  8 15:59:09 2002
+++ saferpay/Makefile	Tue Feb 18 17:28:00 2003
@@@@ -1,45 +1,37 @@@@
-PREFIX = /usr
-SSLVERSION = openssl-0.9.6c
-SSLEAYDIR = ../$(SSLVERSION)
-
+PREFIX = %%PREFIX%%
 
 all:
-
-	make -f idpapp.mk
-	cp ./out/libidpapp.s* $(PREFIX)/lib
-	make -f saferpay.mk
-	cp idpapi.h ./out
-	cp idperrc.h ./out
-	cp ./out/settings.template ./out/settings.xml
+	gmake -f idpapp.mk -C saferpay
+	gmake -f saferpay.mk -C saferpay
 
 clean:
-	make -f idpapp.mk clean
-	make -f saferpay.mk clean
+	gmake -f idpapp.mk clean
+	gmake -f saferpay.mk clean
 
 xs: all
-	perl -e 'system("cd perl/MessageObject\nperl Makefile.PL\nmake");'
-	perl -e 'system("cd perl/MessageFactory\nperl Makefile.PL\nmake");'
-	perl -e 'system("cd perl/ConfigurationSetup\nperl Makefile.PL\nmake");'
+	perl -e 'system("cd saferpay/perl/MessageObject\nperl Makefile.PL\nmake");'
+	perl -e 'system("cd saferpay/perl/MessageFactory\nperl Makefile.PL\nmake");'
+	perl -e 'system("cd saferpay/perl/ConfigurationSetup\nperl Makefile.PL\nmake");'
 
 testxs:
-	perl -e 'system("cd perl/ConfigurationSetup\nmake test");'
-	perl -e 'system("cd perl/MessageFactory\nmake test");'
+	perl -e 'system("cd saferpay/perl/ConfigurationSetup\nmake test");'
+	perl -e 'system("cd saferpay/perl/MessageFactory\nmake test");'
 
 installxs:
-	perl -e 'system("cd perl/ConfigurationSetup\nmake install");'
-	perl -e 'system("cd perl/MessageFactory\nmake install");'
-	perl -e 'system("cd perl/MessageObject\nmake install");'
+	perl -e 'system("cd saferpay/perl/ConfigurationSetup\nmake install");'
+	perl -e 'system("cd saferpay/perl/MessageFactory\nmake install");'
+	perl -e 'system("cd saferpay/perl/MessageObject\nmake install");'
 
 cleanxs:
-	perl -e 'system("cd perl/ConfigurationSetup\nmake clean");'
-	perl -e 'system("cd perl/MessageFactory\nmake clean");'
-	perl -e 'system("cd perl/MessageObject\nmake clean");'
-	
-testmk:
-	echo "SSLVERSION: $(SSLVERSION)"
-	echo "SSLEAYDIR: $(SSLEAYDIR)"
-
-
-
-
-
+	perl -e 'system("cd saferpay/perl/ConfigurationSetup\nmake clean");'
+	perl -e 'system("cd saferpay/perl/MessageFactory\nmake clean");'
+	perl -e 'system("cd saferpay/perl/MessageObject\nmake clean");'
+
+install:
+	install -C saferpay/out/libidpapp.so.1.0.0 $(PREFIX)/lib/libidpapp.so.1
+	install -C saferpay/idpapi.h $(PREFIX)/include
+	install -C saferpay/idperrc.h $(PREFIX)/include
+	install -m 0555 -C saferpay/out/saferpay $(PREFIX)/bin
+	mkdir -p $(PREFIX)/share/examples/saferpay/
+	install -C saferpay/out/settings.template $(PREFIX)/share/examples/saferpay/
+	ln -s -f $(PREFIX)/lib/libidpapp.so.1 $(PREFIX)/lib/libidpapp.so
@


1.2
log
@Upgrade to version 1.2.8 to fix c++ errors on CURRENT.

Pointed out by:		kris (bento)
@
text
@@


1.1
log
@Unbreak this port for STABLE and CURRENT.
@
text
@d1 3
a3 3
--- saferpay/Makefile.orig	Thu Sep  6 00:19:01 2001
+++ saferpay/Makefile	Thu Sep  6 00:21:22 2001
@@@@ -1,47 +1,35 @@@@
d5 2
a6 2
-SSLEAYDIR = SSLeay-0.9.0
-SSLEAY = $(SSLEAYDIR)-patch1
d8 2
d11 1
a11 3
-	make SSLeay
-	cp ./ssl/$(SSLEAYDIR)/libssl.a ./ssl
-	cp ./ssl/$(SSLEAYDIR)/libcrypto.a ./ssl
a17 3
-
-SSLeay:
-	cd ssl; gunzip -c $(SSLEAY).tar.gz > $(SSLEAY).tar; tar xf $(SSLEAY).tar; cd $(SSLEAYDIR); perl Configure linux-elf; make; cd ..; cd ..; 
d24 2
a25 4
-	-rm -R ssl/$(SSLEAYDIR)
-	-rm ssl/$(SSLEAY).tar;
+	gmake -f idpapp.mk -C saferpay clean
+	gmake -f saferpay.mk -C saferpay clean
d36 4
a39 4
-	make -C perl/ConfigurationSetup test
-	make -C perl/MessageFactory test
+	gmake -C saferpay/perl/ConfigurationSetup test
+	gmake -C saferpay/perl/MessageFactory test
d42 6
a47 6
-	make -C perl/ConfigurationSetup install
-	make -C perl/MessageFactory install
-	make -C perl/MessageObject install
+	gmake -C saferpay/perl/ConfigurationSetup install
+	gmake -C saferpay/perl/MessageFactory install
+	gmake -C saferpay/perl/MessageObject install
d50 7
a56 3
-	make -C perl/ConfigurationSetup clean
-	make -C perl/MessageFactory clean
-	make -C perl/MessageObject clean
d62 3
a64 3
+	gmake -C saferpay/perl/ConfigurationSetup clean
+	gmake -C saferpay/perl/MessageFactory clean
+	gmake -C saferpay/perl/MessageObject clean
@

