mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
eff51161a1
Change MAINTAINER line. Now the maintainer is committer. Submitted by: tkato@prontomail.ne.jp
31 lines
692 B
Makefile
31 lines
692 B
Makefile
# New ports collection makefile for: topaz
|
|
# Date created: 29 July 1997
|
|
# Whom: Issei Suzuki <issei@jp.FreeBSD.ORG>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= topaz
|
|
PORTVERSION= 3.30
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://hp.vector.co.jp/authors/VA007663/topaz/bin/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/}-src
|
|
|
|
MAINTAINER= issei@FreeBSD.org
|
|
|
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
|
|
|
.include<bsd.port.pre.mk>
|
|
.if ${OSVERSION} < 400010
|
|
LIB_DEPENDS+= ncurses:${PORTNAME}/devel/ncurses
|
|
.endif
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
USE_XLIB= yes
|
|
MAKEFILE= Makefile.freebsd
|
|
|
|
post-install:
|
|
${LN} -sf ${PREFIX}/lib/topaz/topaz.sh ${PREFIX}/bin/topaz
|
|
|
|
.include <bsd.port.post.mk>
|