freebsd-ports/audio/openal/Makefile

33 lines
739 B
Makefile
Raw Normal View History

2000-09-26 14:12:49 +02:00
# New ports collection makefile for: openal
# Date created: 25 September 2000
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= openal
PORTVERSION= 20030724
2000-09-26 14:12:49 +02:00
CATEGORIES= audio
MASTER_SITES= http://math.smsu.edu/~erik/files/fbsd/\
http://www.smluc.org/~erik/files/fbsd/
2000-09-26 14:12:49 +02:00
MAINTAINER= erik@smluc.org
2003-02-21 12:08:38 +01:00
COMMENT= A 3D positional spatialized sound library
2003-08-16 12:24:22 +02:00
INFO= openal
WRKSRC= ${WRKDIR}/${DISTNAME}/linux
2003-10-27 10:11:28 +01:00
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e "s/-pthread/${PTHREAD_LIBS}/" ${WRKSRC}/configure
2003-08-16 12:24:22 +02:00
pre-install:
@${INSTALL_DATA} ${WRKSRC}/doc/openal.info ${PREFIX}/info
@install-info ${PREFIX}/info/openal.info ${PREFIX}/info/dir
2000-09-26 14:12:49 +02:00
.include <bsd.port.mk>