freebsd-ports/devel/mimir/Makefile
Dmitry Marakasov 9fa86ec723 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-23 21:53:22 +00:00

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>