mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
da730228e3
- 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
24 lines
873 B
Plaintext
24 lines
873 B
Plaintext
#################################################################
|
|
############### 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 -O2 -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
|
|
|
|
#################################################################
|
|
#################################################################
|