diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-06-24 13:39:38 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-06-24 13:39:38 +0000 |
commit | cbd597668d44f3ecd6712f6c4b7bf738c97a3eb2 (patch) | |
tree | bc392b08fd23bb5c4bad4c470d24f32181a589ea /audio | |
parent | 9d255667b9cfd70458d6c06721008431fe0bf84b (diff) | |
download | ports-cbd597668d44f3ecd6712f6c4b7bf738c97a3eb2.tar.gz ports-cbd597668d44f3ecd6712f6c4b7bf738c97a3eb2.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpt/Makefile | 3 | ||||
-rw-r--r-- | audio/songprint/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/audio/mpt/Makefile b/audio/mpt/Makefile index e2f96c8a214d..c17d02108848 100644 --- a/audio/mpt/Makefile +++ b/audio/mpt/Makefile @@ -11,14 +11,13 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= freetantrum -MAINTAINER= lioux@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Mike's Playlist Thingie is a fingerprinting based playlist generator LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ songprint.1:${PORTSDIR}/audio/songprint USE_GNOME= glib12 -USE_SIZE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/songprint/Makefile b/audio/songprint/Makefile index 0a6ca9f64a8e..c40eb7b3b8df 100644 --- a/audio/songprint/Makefile +++ b/audio/songprint/Makefile @@ -12,14 +12,13 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= freetantrum -MAINTAINER= lioux@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library for acoustic fingerprinting of music from Freetantrum (TM) LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw USE_GNOME= glib12 USE_GMAKE= yes -USE_SIZE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |