37782d1274
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.
22 lines
489 B
Makefile
22 lines
489 B
Makefile
# New ports collection makefile for: xmcd
|
|
# Version required: 2.3
|
|
# Date created: 16 Februar 1995
|
|
# Whom: Gennady Sorokopud <gena@NetVision.net.il>
|
|
#
|
|
# $Id: Makefile,v 1.8 1997/09/08 13:20:10 tg Exp $
|
|
#
|
|
|
|
DISTNAME= xmcd-2.3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://mercury.hypersurf.com/~amb/download/xmcd/src/
|
|
|
|
MAINTAINER= deischen@iworks.InterWorks.org
|
|
|
|
REQUIRES_MOTIF= yes
|
|
USE_IMAKE= yes
|
|
IS_INTERACTIVE= yes # asks a lot of questions
|
|
|
|
MAN1= cddbcmd.1 wm2xmcd.1
|
|
|
|
.include <bsd.port.mk>
|