mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
5d48443269
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
16 lines
311 B
Makefile
16 lines
311 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= johans@FreeBSD.org
|
|
COMMENT= Parser for the MUD eXtension protocol
|
|
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|