head	1.5;
access;
symbols
	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.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2006.12.03.07.16.56;	author rafan;	state dead;
branches;
next	1.4;

1.4
date	2003.11.09.14.18.38;	author vanilla;	state Exp;
branches;
next	1.3;

1.3
date	2002.03.31.06.59.12;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2002.02.21.07.42.17;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2001.12.08.09.22.00;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- Remove bad MASTER_SITES
- Pass maintainership to submitter

PR:		ports/106218
Submitted by:	chinsan
@
text
@--- Makefile.orig	Sat Mar 30 23:01:25 2002
+++ Makefile	Sat Mar 30 23:01:40 2002
@@@@ -0,0 +1,3 @@@@
+all:
+	${CC} ${CFLAGS} -shared bg5pdflib.c -I/usr/local/include -I%%PYTHON_INCLUDEDIR%% -L/usr/local/lib -lpdf -o bg5pdflib.so
+
@


1.4
log
@make it build
bump PORTREVISION

PR:		ports/59057
Submitted by:	maintainer
@
text
@@


1.3
log
@Switch over to using pdflib-4.x instead of pdflib-3.x
Respect CC and CFLAGS
@
text
@d5 1
a5 1
+	${CC} ${CFLAGS} -shared bg5pdflib.c -I/usr/local/include -I /usr/local/include/python2.2 -L/usr/local/lib -lpdf -o bg5pdflib.so
@


1.2
log
@change master site
change depend on python 2.2

PR:		35167
Submitted by:	maintainer
@
text
@d1 3
a3 3
--- Makefile.orig	Mon Dec  3 07:46:28 2001
+++ Makefile	Mon Dec  3 07:46:51 2001
@@@@ -0,0 +1,2 @@@@
d5 2
a6 1
+	gcc -shared bg5pdflib.c -I/usr/local/include -I /usr/local/include/python2.2 -L/usr/local/lib -lpdf -o bg5pdflib.so
@


1.1
log
@add bg5pdf
Convert Chinese-Big5 encoded files to PDF, using PDFlib

PR:		32473
Submitted by:	Statue <statue@@softwareliberty.org>
@
text
@d5 1
a5 1
+	gcc -shared bg5pdflib.c -I/usr/local/include -I /usr/local/include/python2.1 -L/usr/local/lib -lpdf -o bg5pdflib.so
@

