1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/irc/muh/Makefile
2000-03-08 02:56:47 +00:00

24 lines
511 B
Makefile

# New ports collection makefile for: muh
# Version required: 2.05
# Date created: 25 Sept 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$
#
DISTNAME= muh2.05a
PKGNAME= muh-2.05a
CATEGORIES= irc
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>