head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2009.10.11.22.34.23;	author lippe;	state Exp;
branches;
next	;


desc
@@


1.1
log
@- Fix MASTER_SITES and pkg-descr.
- Move pkg-plist to Makefile.
- Use patch name as appropriate.
- Pass maintainership to submitter.

PR:		ports/139441
Submitted by:	Sylvio Cesar <scjamorim@@bsd.com.br>
@
text
@--- Makefile.orig	Sat Sep  2 17:47:37 2000
+++ Makefile	Sat Sep  2 17:48:38 2000
@@@@ -13,11 +13,14 @@@@
 #CC=gcc -Wall -g
 #LEX=flex
 
+CC ?= gcc
+CFLAGS ?= -O -pipe
+
 pscan: scanner.yy.o pscan.o
 	$(CC) scanner.yy.o pscan.o -o pscan
 
 scanner.yy.o: scanner.yy.c
-	$(CC) -c scanner.yy.c -o scanner.yy.o
+	$(CC) $(CFLAGS) -c scanner.yy.c -o scanner.yy.o
 
 scanner.yy.c: scanner.l
 	$(LEX) -t scanner.l > scanner.yy.c
@
