summaryrefslogtreecommitdiff
path: root/audio/xmcd/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-04-11 08:47:10 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-04-11 08:47:10 +0000
commitc310219ccad1a56d5c48f443470873d14b051db3 (patch)
tree7466669eb497442d7535ce5d55e91901ed132323 /audio/xmcd/Makefile
parentAdd unroff. (diff)
Upgrade, 1.4 -> 2.0. Also modified to conform to our new Motif
standards to allow shared and static linkage. Submitted by: Daniel M. Eischen <deischen@iworks.InterWorks.org>
Notes
Notes: svn path=/head/; revision=2967
Diffstat (limited to 'audio/xmcd/Makefile')
-rw-r--r--audio/xmcd/Makefile21
1 files changed, 12 insertions, 9 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile
index 48ab868edfaf..0516cbaf5ac8 100644
--- a/audio/xmcd/Makefile
+++ b/audio/xmcd/Makefile
@@ -1,20 +1,23 @@
# New ports collection makefile for: xmcd
-# Version required: 1.4
+# Version required: 2.0
# Date created: 16 Februar 1995
-# Whom: gena
+# Whom: Gennady Sorokopud <gena@NetVision.net.il>
#
-# $Id: Makefile,v 1.2 1995/04/01 12:44:07 jkh Exp $
+# $Id: Makefile,v 1.3 1995/04/11 19:46:58 asami Exp $
#
-DISTNAME= xmcd-1.4
+DISTNAME= xmcd-2.0
CATEGORIES+= audio
-MASTER_SITES= ftp://ftp.x.org/contrib/applications/xmcd/
-DISTFILES= xmcd-1.4.tar.gz
+MASTER_SITES= ftp://ftp.x.org/contrib/applications/xmcd/ \
+ ftp://crl.dec.com/pub/X11/contrib/applications/xmcd/
+MAINTAINER= deischen@iworks.InterWorks.org
+
+REQUIRES_MOTIF= yes
USE_IMAKE= yes
-IS_INTERACTIVE= yes
+IS_INTERACTIVE= yes # asks a lot of questions
-pre-install:
- @(cd ${WRKSRC}; ${MAKE} Makefiles)
+post-install:
+ cp ${WRKSRC}/README ${PREFIX}/lib/X11/xmcd
.include <bsd.port.mk>