freebsd-ports/net/libmxp/Makefile

24 lines
478 B
Makefile
Raw Normal View History

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