summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-06-24 13:39:38 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-06-24 13:39:38 +0000
commitcbd597668d44f3ecd6712f6c4b7bf738c97a3eb2 (patch)
treebc392b08fd23bb5c4bad4c470d24f32181a589ea /audio
parentUpdate to 1.0.4. (diff)
Drop maintainership
Notes
Notes: svn path=/head/; revision=112130
Diffstat (limited to 'audio')
-rw-r--r--audio/mpt/Makefile3
-rw-r--r--audio/songprint/Makefile3
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"