1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/audio/xmcd/Makefile
Thomas Gellekum 344b3b9d0c Upgrade to 2.2.
PR:		4490
Submitted by:	"Daniel M. Eischen" <deischen@iworks.InterWorks.org>
1997-09-08 13:20:16 +00:00

24 lines
538 B
Makefile

# New ports collection makefile for: xmcd
# Version required: 2.2
# Date created: 16 Februar 1995
# Whom: Gennady Sorokopud <gena@NetVision.net.il>
#
# $Id: Makefile,v 1.7 1996/11/29 23:39:57 torstenb Exp $
#
DISTNAME= xmcd-2.2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications/xmcd
MAINTAINER= deischen@iworks.InterWorks.org
REQUIRES_MOTIF= yes
USE_IMAKE= yes
IS_INTERACTIVE= yes # asks a lot of questions
post-install:
${CP} ${WRKSRC}/README ${PREFIX}/lib/X11/xmcd
.include <bsd.port.mk>