diff options
author | lioux <lioux@FreeBSD.org> | 2004-06-24 21:39:38 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-06-24 21:39:38 +0800 |
commit | 8608cccb2e19ec40850b9500904759ecde8243fe (patch) | |
tree | ffb669448e04d2af5d90f5917439fa6123c25309 | |
parent | 0c41edca3c3faef70f44c0c9ce794b40f66e18da (diff) | |
download | freebsd-ports-gnome-8608cccb2e19ec40850b9500904759ecde8243fe.tar.gz freebsd-ports-gnome-8608cccb2e19ec40850b9500904759ecde8243fe.tar.zst freebsd-ports-gnome-8608cccb2e19ec40850b9500904759ecde8243fe.zip |
Drop maintainership
-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" |