mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
c62fe39354
105 pointy hats to: me Approved by: pat
22 lines
411 B
Makefile
22 lines
411 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: cxsc
|
|
# Date created: Aug 11, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cxsc
|
|
PORTVERSION= 2.0b
|
|
CATEGORIES= math devel
|
|
MASTER_SITES= http://www.math.uni-wuppertal.de/wrswt/xsc/cxsc/
|
|
DISTNAME= ${PORTNAME}-2-0-beta
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
USE_GMAKE= yes
|
|
MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}"
|
|
|
|
.include <bsd.port.mk>
|