1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/mudix/Makefile
2000-05-20 05:54:19 +00:00

24 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.4:${PORTSDIR}/devel/ncurses
WRKSRC= ${WRKDIR}/${DISTNAME}/src
ALL_TARGET= mudix
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mudix ${PREFIX}/bin
.include <bsd.port.mk>