mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
23 lines
518 B
Makefile
23 lines
518 B
Makefile
# New ports collection makefile for: libaudiofile
|
|
# Version required: 0.1.5
|
|
# Date created: 22 Dec 1998
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= libaudiofile-0.1.5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
|
|
ftp://ftp.gnome.org/pub/GNOME/sources/ \
|
|
ftp://ftp.68k.org/pub/michael/
|
|
|
|
MAINTAINER= vanilla@FreeBSD.ORG
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|