blob: b14edb30f2b5f97040e2ed49c5a0e2768cfef0c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|