mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
1078968999
Rink Springer also asked me if he could maintain his own ports. Change maitainership of games/sudsol, net/freedbd and net/kissd to Rink. Approved by: philip (mentor), rink
23 lines
450 B
Makefile
23 lines
450 B
Makefile
# 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@FreeBSD.org
|
|
COMMENT= Data-structure library used by the Elan Programming Environment
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|