blob: e7f15c8e63ab1aa27f004a95929d98670bb5d29c (
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
|
# New ports collection makefile for: esound
# Version required: 0.2.8
# Date created: 19 July 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.8 1999/03/09 01:08:46 nectar Exp $
#
DISTNAME= esound-0.2.8
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= esound
MAINTAINER= vanilla@FreeBSD.ORG
LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
GNU_CONFIGURE= yes
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
|