blob: e5fe288f0cf1f7e9c09c01d475d81fb77c2bef17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: mimir
# Date created: 19 Nov 2005
# Whom: Ed Schouten <ed@fxq.nl>
#
# $FreeBSD$
#
PORTNAME= mimir
PORTVERSION= 2.14
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cs.ru.nl/pub/vb/
MAINTAINER= ed@fxq.nl
COMMENT= Data-structure library used by the Elan Programming Environment
USE_GMAKE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
|