aboutsummaryrefslogtreecommitdiff
path: root/science/xloops-ginac/Makefile
blob: 921c04e977aa647a4b39e5b5557e3da37c9dfcbf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# ex:ts=8
# Ports collection makefile for:	xloops
# Date created:			Oct 15, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	xloops
PORTVERSION=	0.1.3
CATEGORIES=	science
MASTER_SITES=	http://wwwthep.physik.uni-mainz.de/~xloops/
PKGNAMESUFFIX=	-ginac
DISTNAME=	${PORTNAME}-ginac-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org

LIB_DEPENDS=	ginac:${PORTSDIR}/math/GiNaC

USE_LIBTOOL=	yes
USE_GMAKE=	yes

post-install:
	@${RMDIR} ${DOCSDIR}

.include <bsd.port.mk>