mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
53 lines
1.3 KiB
Makefile
53 lines
1.3 KiB
Makefile
# New ports collection makefile for: libadplug
|
|
# Date created: 10 August 2004
|
|
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libadplug
|
|
PORTVERSION= 2.2.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/adplug/AdPlug%20core%20library/${PORTVERSION}
|
|
DISTNAME= adplug-${PORTVERSION}
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= AdLib emulator library supporting many formats
|
|
|
|
LIB_DEPENDS= binio.1:${PORTSDIR}/devel/libbinio
|
|
|
|
USE_AUTOTOOLS= libtool:22
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= pkgconfig
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${CPPFLAGS}" \
|
|
CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}" \
|
|
CPPFLAGS="${CPPFLAGS}" \
|
|
LDFLAGS="${LDFLAGS}"
|
|
|
|
INFO= libadplug
|
|
MAN1= adplugdb.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -E 's#<(binfile.h|binio.h|binstr.h)>#<libbinio/\1>#' \
|
|
${WRKSRC}/adplugdb/adplugdb.cpp \
|
|
${WRKSRC}/src/adplug.cpp \
|
|
${WRKSRC}/src/fprovide.cpp \
|
|
${WRKSRC}/src/database.cpp \
|
|
${WRKSRC}/src/rix.cpp \
|
|
${WRKSRC}/src/fprovide.h \
|
|
${WRKSRC}/src/database.h \
|
|
${WRKSRC}/src/fprovide.cpp \
|
|
${WRKSRC}/src/database.cpp \
|
|
${WRKSRC}/src/dmo.cpp
|
|
@${REINPLACE_CMD} -e 's|^\(pkgconfigdir\ =.*\)|\1 $$(prefix)/libdata/pkgconfig|' \
|
|
${WRKSRC}/Makefile.in \
|
|
${WRKSRC}/Makefile.am
|
|
|
|
.include <bsd.port.mk>
|