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


1.5
date	2012.02.01.19.02.05;	author sunpoet;	state dead;
branches;
next	1.4;

1.4
date	2005.03.19.22.25.17;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2003.08.06.10.39.04;	author daichi;	state Exp;
branches;
next	1.2;

1.2
date	2003.08.06.08.46.45;	author daichi;	state Exp;
branches;
next	1.1;

1.1
date	2003.08.06.07.58.01;	author daichi;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- Pet portlint
- Cosmetic change
- Take maintainership
- Update WWW
@
text
@--- SWIG/Makefile.orig	Mon Sep 15 13:34:31 2003
+++ SWIG/Makefile	Fri Mar 18 20:32:40 2005
@@@@ -8,9 +8,9 @@@@
 #else
 PYVER = 2.3
 #endif
-PYINCLUDE  = -DHAVE_CONFIG_H -I/usr/local/include/python$(PYVER) \
-	-I/usr/local/lib/python$(PYVER)/config
-PYLIB      = /usr/local/lib/python$(PYVER)/config
+PYINCLUDE  = -DHAVE_CONFIG_H -I%%PYTHON_INCLUDEDIR%% \
+	-I%%PYTHON_INCLUDEDIR%%/config
+PYLIB      = %%PYTHON_INCLUDEDIR%%/config
 
 all:	_m2crypto
 
@


1.4
log
@- Update to 0.13.1
- Take maintainership

PR:		ports/79003
Submitted by:	Marcus Grando <marcus@@corp.grupos.com.br>
@
text
@@


1.3
log
@fix security/py-m2crypto:
  - use PYTHON_INCLUDEDIR instead of PYTHON_VERSION

Pointed out by:	Hye-Shik Chang <perky@@i18n.org>
@
text
@d1 6
a6 7
--- Makefile.orig	Wed Aug  6 17:33:10 2003
+++ Makefile	Wed Aug  6 17:34:04 2003
@@@@ -3,8 +3,7 @@@@
 CFLAGS	   = -DTHREADING -g
 INCLUDE	   = -I/usr/local/include -I.
 LIBS       = -L/usr/local/lib -lssl -lcrypto
-PYVER      = 2.2
d8 2
d11 4
a14 2
 	-I/usr/local/lib/python$(PYVER)/config
 PYLIB      = /usr/local/lib/python$(PYVER)/config
@


1.2
log
@fix security/py-m2crypto:
  - use PYTHON_VERSION

Pointed out by:	kuriyama
@
text
@d9 1
a9 1
+PYINCLUDE  = -DHAVE_CONFIG_H -I/usr/local/include/PYTHON_VERSION \
@


1.1
log
@fix security/py-m2crypto: builf fail from bento
  - added patch that fix builf fail

Pointed out by:	bento via kris
Pointed out by:	Ng Pheng Siong <ngps@@netmemetic.com> (maintainer)
@
text
@d1 3
a3 3
--- Makefile.orig	Wed Aug  6 16:47:51 2003
+++ Makefile	Wed Aug  6 16:49:15 2003
@@@@ -3,7 +3,7 @@@@
d8 2
a9 2
+PYVER      = 2.3
 PYINCLUDE  = -DHAVE_CONFIG_H -I/usr/local/include/python$(PYVER) \
d12 1
@

