summaryrefslogtreecommitdiff
path: root/audio/xmcd/Makefile
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-05-27 03:07:08 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-05-27 03:07:08 +0000
commit37782d12742f751caafdf1e512eb265891b2ffa3 (patch)
treefda10ad866ed92e955c01faa0c8960744cbb4774 /audio/xmcd/Makefile
parentAdded check for "-m486" in CFLAGS &/or /etc/make.conf. (diff)
Upgrade to 2.3. Also split patch-aa so that each patch affects only
one file. Version 2.3 adds an interface to web browsers (Netscape and Mosaic), a smaller-format window in addition to the traditional window, and "tool tips" that pop up over the buttons.
Notes
Notes: svn path=/head/; revision=11163
Diffstat (limited to 'audio/xmcd/Makefile')
-rw-r--r--audio/xmcd/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile
index fb2357e10c05..39e5d7b5b610 100644
--- a/audio/xmcd/Makefile
+++ b/audio/xmcd/Makefile
@@ -1,15 +1,14 @@
# New ports collection makefile for: xmcd
-# Version required: 2.2
+# Version required: 2.3
# 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 $
+# $Id: Makefile,v 1.8 1997/09/08 13:20:10 tg Exp $
#
-DISTNAME= xmcd-2.2
+DISTNAME= xmcd-2.3
CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_XCONTRIB}
-MASTER_SITE_SUBDIR= applications/xmcd
+MASTER_SITES= http://mercury.hypersurf.com/~amb/download/xmcd/src/
MAINTAINER= deischen@iworks.InterWorks.org
@@ -17,7 +16,6 @@ REQUIRES_MOTIF= yes
USE_IMAKE= yes
IS_INTERACTIVE= yes # asks a lot of questions
-post-install:
- ${CP} ${WRKSRC}/README ${PREFIX}/lib/X11/xmcd
+MAN1= cddbcmd.1 wm2xmcd.1
.include <bsd.port.mk>