diff options
Diffstat (limited to 'audio/xmcd/Makefile')
-rw-r--r-- | audio/xmcd/Makefile | 21 |
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> |