forked from Lainports/freebsd-ports
19 lines
398 B
Makefile
19 lines
398 B
Makefile
# Created by: Michael Nottebrock <lofi@kiste>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmxp
|
|
PORTVERSION= 0.2.4
|
|
CATEGORIES= net games textproc
|
|
MASTER_SITES= http://www.kmuddy.com/libmxp/files/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Parser for the MUD eXtension protocol
|
|
|
|
BROKEN= unfetchable
|
|
DEPRECATED= Unfetchable, unmaintained
|
|
EXPIRATION_DATE= 2019-10-16
|
|
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|