mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
24 lines
445 B
Makefile
24 lines
445 B
Makefile
# New ports collection makefile for: mimir
|
|
# Date created: 19 Nov 2005
|
|
# Whom: Ed Schouten <ed@fxq.nl>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mimir
|
|
PORTVERSION= 2.15
|
|
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
|
|
|
|
MAN1= dcg.1
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|