aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmcd/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-04-11 16:47:10 +0800
committerasami <asami@FreeBSD.org>1996-04-11 16:47:10 +0800
commitcc15124059a5c60a461dc3e627e9ddda305d6e05 (patch)
tree6c7e28a3c371eedcc4bc53109516750fdf572076 /audio/xmcd/Makefile
parentd3f47f8bfa36350e8d3a0bfa77aa6a2ac82ef03e (diff)
downloadfreebsd-ports-gnome-cc15124059a5c60a461dc3e627e9ddda305d6e05.tar.gz
freebsd-ports-gnome-cc15124059a5c60a461dc3e627e9ddda305d6e05.tar.zst
freebsd-ports-gnome-cc15124059a5c60a461dc3e627e9ddda305d6e05.zip
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>
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>