1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/esound/Makefile

27 lines
756 B
Makefile
Raw Normal View History

# New ports collection makefile for: esound
1998-12-23 19:22:08 +00:00
# Version required: 0.2.7
# Date created: 19 July 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.5 1998/12/23 19:22:07 vanilla Exp $
#
1998-12-23 19:22:08 +00:00
DISTNAME= esound-0.2.7
CATEGORIES= audio
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
ftp://ftp.gnome.org/pub/GNOME/sources/
#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
1998-12-23 19:22:08 +00:00
LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
GNU_CONFIGURE= yes
post-install:
1998-09-22 15:47:44 +00:00
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>