blob: c86b5f4a76c161403aaa1c39e587e5a184402eff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Ed Schouten <ed@fxq.nl>
PORTNAME= mimir
PORTVERSION= 2.15
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cs.ru.nl/pub/vb/mimir/src/
MAINTAINER= ed@FreeBSD.org
COMMENT= Data-structure library used by the Elan Programming Environment
USES= gmake libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>
|