head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	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.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.1;
locks; strict;
comment	@# @;


1.3
date	2004.04.16.08.08.11;	author krion;	state Exp;
branches;
next	1.2;

1.2
date	2000.10.10.04.03.18;	author kevlo;	state Exp;
branches;
next	1.1;

1.1
date	2000.07.28.13.16.10;	author nbm;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Honor CFLAGS

PR:		ports/65599
Submitted by:	michael johnson <ahze at ahze dot net>
@
text
@#################################################################
############### acedb: R.Durbin and J.Thierry-Mieg ##############
#################################################################

#################################################################
########### This file is included by wmake/truemake #############
######  Edit this file to adapt the ACeDB to a new machine ######
#####   following the explanations given in wmake/truemake  #####
#################################################################

NAME = FREEBSD
CFLAGS+= -g -Wall -DACEDB4
COMPILER = XX__CC__XX ${CFLAGS}
LINKER = XX__CC__XX -g

LIBS = -lm
Xt_LIBS = -L/usr/X11R6/lib -lXaw -lXt -lXmu -lXext -lX11
LEX_LIBS = 

RPCGEN_FLAGS = -b -I -K -1

#################################################################
#################################################################
@


1.2
log
@- Update biology/p5-AcePerl from 1.62 to 1.67
- Alphabetise ${PLIST} to ease future maintenance
- Port now compiles in XS optimisations and RPC server interface
- Port now honours ${CC} properly, also for compiled extensions
- Port now uses PERL_CONFIGURE
- Hand over port MAINTAINERship to FreeBSD bio-porters mailing list

PR: 21865
Submitted by: MAINTAINER
@
text
@d12 1
a12 1
CFLAGS+= -g -Wall -O2 -DACEDB4
@


1.1
log
@Add p5-AcePerl, a perl interface to the ACEDB genome database system

PR:		ports/20223
Submitted by:	Johann Visagie <johann@@egenetics.com>
@
text
@d11 1
d13 2
a14 3
NAME = FREEBSD
COMPILER = gcc ${CFLAGS}
LINKER = gcc -g
@

