diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-13 10:41:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-13 10:41:23 +0000 |
commit | fd445589b84a45a5bd875ac25b11bb24e9d23ea2 (patch) | |
tree | ae14a8a24a566ed4a1ccad5d855292d84721aac0 /audio/libadplug/Makefile | |
parent | ef2ec338d8ea1e7a62561d18da39ca3d5f131471 (diff) | |
download | ports-fd445589b84a45a5bd875ac25b11bb24e9d23ea2.tar.gz ports-fd445589b84a45a5bd875ac25b11bb24e9d23ea2.zip |
Notes
Diffstat (limited to 'audio/libadplug/Makefile')
-rw-r--r-- | audio/libadplug/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/audio/libadplug/Makefile b/audio/libadplug/Makefile index b167098bba2c..b2ada245a14b 100644 --- a/audio/libadplug/Makefile +++ b/audio/libadplug/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libadplug -# Date created: 10 August 2004 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= libadplug PORTVERSION= 2.2.1 @@ -14,7 +10,9 @@ DISTNAME= adplug-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= AdLib emulator library supporting many formats -LIB_DEPENDS= binio.1:${PORTSDIR}/devel/libbinio +LICENSE= GPLv2 + +LIB_DEPENDS= binio:${PORTSDIR}/devel/libbinio USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes @@ -26,7 +24,6 @@ MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include -LICENSE= GPLv2 INFO= libadplug MAN1= adplugdb.1 @@ -42,7 +39,7 @@ post-patch: ${WRKSRC}/src/fprovide.cpp \ ${WRKSRC}/src/database.cpp \ ${WRKSRC}/src/dmo.cpp - @${REINPLACE_CMD} -e 's|^\(pkgconfigdir\ =.*\)|\1 $$(prefix)/libdata/pkgconfig|' \ + @${REINPLACE_CMD} -e 's|^\(pkgconfigdir\ =\).*|\1 $$(prefix)/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in \ ${WRKSRC}/Makefile.am |