9fa86ec723
Approved by: portmgr blanket
17 lines
354 B
Makefile
17 lines
354 B
Makefile
# Created by: Ed Schouten <ed@fxq.nl>
|
|
# $FreeBSD$
|
|
|
|
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>
|