1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/audio/esound/Makefile
Justin M. Seger 7e204e7670 Fixed MASTER_SITE_SUBDIR
PR:		ports/10989
Submitted by:	mharo@area51.fremont.ca.us
1999-04-07 18:12:58 +00:00

24 lines
539 B
Makefile

# 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.9 1999/03/27 10:35:54 vanilla Exp $
#
DISTNAME= esound-0.2.8
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= gnome-1.0/sources
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>