summaryrefslogtreecommitdiff
path: root/audio/esound/Makefile
blob: 679e85bf8552941f76da12332b8d3d04a8a69117 (plain) (blame)
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
# New ports collection makefile for:	esound
# Version required:	0.2.4
# Date created:		19 July 1998
# Whom:			Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id$
#

DISTNAME=	esound-0.2.4
CATEGORIES=	audio
MASTER_SITES=	ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \
		ftp://www.rasterman.com/pub/enlightenment/enlightenment/ \
		ftp://ftp.labs.redhat.com/pub/imlib/TAR/

MAINTAINER=	vanilla@FreeBSD.ORG

USE_GMAKE=	yes
USE_X11=	yes
GNU_CONFIGURE=	yes
WRKSRC=		${WRKDIR}/esound

post-install:
	${LDCONFIG} -m ${PREFIX}/lib

.include <bsd.port.mk>