freebsd-ports/irc/muh/Makefile
Bill Fumerola 29cc898972 Upgrade to 2.4, and use GMAKE+GNU_CONFIGURE.
Reminded By:		Justin Honold <jhonold@bigfoot.com>
1999-03-03 20:45:20 +00:00

25 lines
556 B
Makefile

# New ports collection makefile for: muh
# Version required: 2.04
# Date created: 25 Sept 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $Id: Makefile,v 1.1.1.1 1999/01/30 02:04:01 billf Exp $
#
DISTNAME= muh2.04
PKGNAME= muh-2.04
CATEGORIES= net
MASTER_SITES= http://mind.riot.org/muh/download/
MAINTAINER= billf@FreeBSD.org
USE_GMAKE= yes
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/muh ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/docs/muhrc ${PREFIX}/share/skel/dot.muhrc
.include <bsd.port.mk>