1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update to 3.37

PR:		ports/46597
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Patrick Li 2003-01-01 20:37:46 +00:00
parent b06b30bc72
commit 20e2a66e6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72105
3 changed files with 5 additions and 6 deletions

View File

@ -6,16 +6,15 @@
#
PORTNAME= topaz
PORTVERSION= 3.36
PORTVERSION= 3.37
CATEGORIES= math
MASTER_SITES= http://hp.vector.co.jp/authors/VA007663/topaz/bin/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/}-src
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_XLIB= yes
MAKEFILE= Makefile.freebsd

View File

@ -1 +1 @@
MD5 (topaz-3_36-src.tar.gz) = 222039d4cd3d7fc736737f1f20aa76d9
MD5 (topaz-3_37-src.tar.gz) = 451df9b50a157f5e4ee85d35f3188007

View File

@ -13,8 +13,8 @@
# for FreeBSD
-CFLAGS= -I/usr/local/include -I/usr/local/include/ncurses -I/usr/X11R6/include -O2 -Wall -DTOPAZLINUX -DTOPAZ_NCURSES -DTOPAZ_EUC
-TOPAZLIB= -L/usr/local/lib -lm -lncurses -lgnugetopt -lreadline -lhistory
+CXXFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/ncurses -I${X11BASE}/include -DTOPAZLINUX -DTOPAZ_NCURSES -DTOPAZ_EUC
+TOPAZLIB= -L${LOCALBASE}/lib -lm -lncurses -lgnugetopt -lreadline -lhistory
+CXXFLAGS+= -I${LOCALBASE}/include/ncurses -I${X11BASE}/include -DTOPAZLINUX -DTOPAZ_NCURSES -DTOPAZ_EUC
+TOPAZLIB= -lm -lncurses -lreadline -lhistory
PSLIB= -lm
-VIEWLIB= -lm -L/usr/X11R6/lib -lX11
+VIEWLIB= -lm -L${X11BASE}/lib -lX11