freebsd-ports/net/mudix/Makefile
Satoshi Asami c32f8a34ff Shlib version of ncurses is now at 5. This port still doesn't build
(ncurses version mismatch?) but at least we're seeing real compilation
errors.

Submitted by:   bento
2000-11-14 01:13:31 +00:00

23 lines
421 B
Makefile

# New ports collection makefile for: mudix
# Date created: 26 Mar 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= mudix
PORTVERSION= 3.4
CATEGORIES= net
MASTER_SITES= http://dwizardry.dhs.org/mudix/
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
WRKSRC= ${WRKDIR}/${DISTNAME}/src
ALL_TARGET= mudix
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mudix ${PREFIX}/bin
.include <bsd.port.mk>