diff options
author | ahze <ahze@FreeBSD.org> | 2006-05-25 21:12:00 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-05-25 21:12:00 +0800 |
commit | 5369d20a9e130945e9eaa4995e4628ca07e3307c (patch) | |
tree | cb9a34c947ebea743b93a0dc5c82e3eaec079478 /audio | |
parent | 764c0f0aa8a579d96a87bbd5add68e2b074ca23d (diff) | |
download | freebsd-ports-gnome-5369d20a9e130945e9eaa4995e4628ca07e3307c.tar.gz freebsd-ports-gnome-5369d20a9e130945e9eaa4995e4628ca07e3307c.tar.zst freebsd-ports-gnome-5369d20a9e130945e9eaa4995e4628ca07e3307c.zip |
- Grab maintainer
- Use gnomehack and target to replace post-patch stuff
Diffstat (limited to 'audio')
-rw-r--r-- | audio/wavpack/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/wavpack/Makefile b/audio/wavpack/Makefile index 687f0f98126a..25d9551403a1 100644 --- a/audio/wavpack/Makefile +++ b/audio/wavpack/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 4.32 CATEGORIES= audio MASTER_SITES= http://www.wavpack.com/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ahze@FreeBSD.org COMMENT= Compress (and restore) both 16 and 24-bit audio files in .wav format GNU_CONFIGURE= yes @@ -18,13 +18,11 @@ USE_ICONV= yes USE_BZIP2= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_GNOME= gnomehack gnometarget INSTALLS_SHLIB= yes FILES= wavpack.h unpack3.c words.c md5.c post-patch: - @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.in .for i in ${FILES} @cd ${WRKSRC} && ${CP} ${i} ${i}.orig && \ col < ${i}.orig > ${i} |