mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
24 lines
527 B
Makefile
24 lines
527 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.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>
|