summaryrefslogtreecommitdiff
path: root/audio/snd/Makefile
blob: 85810c62c48108be35b743930212a0b57f7194a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:	snd
# Version required:			12-Feb-98
# Date created:				1998-02-22
# Whom:					hubertf@netbsd.org
#
# $NetBSD: Makefile,v 1.2 1998/03/05 15:32:52 hubertf Exp $
#

DISTNAME=		snd
PKGNAME=		snd-19980212
NO_WRKSUBDIR=		YES
CATEGORIES=		audio
MASTER_SITES=		ftp://ccrma-ftp.stanford.edu/pub/Lisp/

MAINTAINER=		hubertf@netbsd.org

LIB_DEPENDS=		Xpm.4.:${PORTSDIR}/graphics/xpm \
			Xm.0.:${PORTSDIR}/x11/lesstif

USE_X11=		YES
REQUIRES_MOTIF=		YES
MAKEFILE=		makefile.netbsd
ALL_TARGET=		snd

do-install:
	cd ${WRKSRC} ; ${INSTALL_PROGRAM} snd ${PREFIX}/bin
	cd ${WRKSRC} ; ${INSTALL_DATA} Snd.ad ${PREFIX}/lib/X11/app-defaults/Snd
	${MKDIR} ${PREFIX}/share/doc/snd
	cd ${WRKSRC} ; ${INSTALL_DATA} *.gif *.html *.txt README.Snd ${PREFIX}/share/doc/snd

.include <bsd.port.mk>