head	1.2;
access;
symbols
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.11.16.04.55.56;	author edwin;	state dead;
branches;
next	1.1;

1.1
date	2002.05.31.14.15.51;	author petef;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Maintainer update to version 1.2.1

PR:		ports/45188
Submitted by:	Alex Dupre <sysadmin@@alexdupre.com>
@
text
@$FreeBSD: ports/www/php-screw/files/patch-extension::Makefile,v 1.1 2002/05/31 14:15:51 petef Exp $

--- extension/Makefile.orig	Wed May 22 12:36:27 2002
+++ extension/Makefile	Wed May 22 12:36:51 2002
@@@@ -1,11 +1,11 @@@@
 all: php_screw_ext.so screw
 
 php_screw_ext.so: php_screw_ext.c zencode.c
-	gcc -fPIC -c php_screw_ext.c zencode.c
-	gcc -shared -Wl -o php_screw_ext.so php_screw_ext.o zencode.o -lz
+	${CC} -fPIC -c php_screw_ext.c zencode.c
+	${CC} -shared -Wl -o php_screw_ext.so php_screw_ext.o zencode.o -lz
 
 screw: screw.c zencode.c
-	gcc -o screw screw.c zencode.c -lz
+	${CC} -o screw screw.c zencode.c -lz
 
 clean:
 	/bin/rm *.o *.so screw
@


1.1
log
@Add php-screw 1.1, a PHP script encryption tool.

PR:		38412
Submitted by:	Alex Dupre <sysadmin@@alexdupre.com>
@
text
@d1 1
a1 1
$FreeBSD$
@

