mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
16 lines
310 B
Makefile
16 lines
310 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
|
|
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|