1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/net/libmxp/Makefile

21 lines
416 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
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's|objformat=.*|objformat=elf|g' \
${WRKSRC}/configure
.include <bsd.port.mk>