freebsd-ports/net/libmxp/Makefile
2008-09-07 00:36:27 +00:00

23 lines
479 B
Makefile

# New ports collection makefile for: libmxp
# Date created: 2007-02-25
# Whom: Michael Nottebrock <lofi@kiste>
#
# $FreeBSD$
#
PORTNAME= libmxp
PORTVERSION= 0.2.2
CATEGORIES= net games textproc
MASTER_SITES= http://www.kmuddy.com/libmxp/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Parser for the MUD eXtension protocol
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e 's|objformat=.*|objformat=elf|g' \
${WRKSRC}/configure
.include <bsd.port.mk>