mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
24 lines
421 B
Makefile
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>
|