mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
5e5841f2cd
PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
27 lines
573 B
Makefile
27 lines
573 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.25
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://hp.vector.co.jp/authors/VA007663/topaz/bin/
|
|
DISTFILES= topaz-3_25-src.tar.gz
|
|
|
|
MAINTAINER= issei@jp.FreeBSD.ORG
|
|
|
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
|
|
ncurses.4:${PORTSDIR}/devel/ncurses
|
|
|
|
CXX?= c++
|
|
MAKEFILE= Makefile.freebsd
|
|
USE_XLIB= yes
|
|
|
|
post-install:
|
|
${LN} -sf ${PREFIX}/lib/topaz/topaz.sh ${PREFIX}/bin/topaz
|
|
|
|
.include <bsd.port.mk>
|