diff --git a/audio/q-audio/Makefile b/audio/q-audio/Makefile index 2933c39f5b4f..fd0f1ce2d249 100644 --- a/audio/q-audio/Makefile +++ b/audio/q-audio/Makefile @@ -1,37 +1,37 @@ # New ports collection makefile for: q-audio # Date created: 14 August 2003 # Whom: ag@muwiinfa.geschichte.uni-mainz.de Albert Graef # # $FreeBSD$ # PORTNAME= audio PORTVERSION= 1.2 PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= q-lang PKGNAMEPREFIX= q- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} -MAINTAINER= ag@muwiinfa.geschichte.uni-mainz.de +MAINTAINER= ports@FreeBSD.org COMMENT= Q-Audio -- digital audio interface for the Q language LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ q.6:${PORTSDIR}/lang/q USE_GNOME= gnometarget GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pthread="${PTHREAD_LIBS}" CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" DATADIR= ${PREFIX}/share/q EXAMPLESDIR= ${PREFIX}/share/examples/q/audio post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ ${GREP} -l "^examplesdir" | ${XARGS} ${REINPLACE_CMD} -e \ "s;[(]pkgdatadir[)]/examples;(datadir)/examples/q;" .include diff --git a/graphics/q-graph/Makefile b/graphics/q-graph/Makefile index 7b93d3526179..841954bd7623 100644 --- a/graphics/q-graph/Makefile +++ b/graphics/q-graph/Makefile @@ -1,31 +1,31 @@ # New ports collection makefile for: q-graph # Date created: 14 August 2003 # Whom: ag@muwiinfa.geschichte.uni-mainz.de Albert Graef # # $FreeBSD$ # PORTNAME= graph PORTVERSION= 1.5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= q-lang PKGNAMEPREFIX= q- -MAINTAINER= ag@muwiinfa.geschichte.uni-mainz.de +MAINTAINER= ports@FreeBSD.org COMMENT= Q-Graph -- graph library and editor for the Q language RUN_DEPENDS= ${LOCALBASE}/bin/q:${PORTSDIR}/lang/q USE_GNOME= gnometarget GNU_CONFIGURE= yes DATADIR= ${PREFIX}/share/q EXAMPLESDIR= ${PREFIX}/share/examples/q/graph post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ ${GREP} -l "^examplesdir" | ${XARGS} ${REINPLACE_CMD} -e \ "s;[(]pkgdatadir[)]/examples;(datadir)/examples/q;" .include diff --git a/x11-fm/xplore/Makefile b/x11-fm/xplore/Makefile index f389f70354cb..d0efc886d6a0 100644 --- a/x11-fm/xplore/Makefile +++ b/x11-fm/xplore/Makefile @@ -1,25 +1,25 @@ # New ports collection makefile for: xplore # Date created: 13 August 2003 # Whom: Albert Graef # # $FreeBSD$ # PORTNAME= xplore PORTVERSION= 1.2a CATEGORIES= x11-fm MASTER_SITES= http://www.musikwissenschaft.uni-mainz.de/~ag/${PORTNAME}/ -MAINTAINER= ag@muwiinfa.geschichte.uni-mainz.de +MAINTAINER= ports@FreeBSD.org COMMENT= Yet another Motif file manager USE_IMAKE= yes USE_MOTIF= yes USE_XPM= yes MAN1= xplore.1 xploretype.1 post-patch: @${REINPLACE_CMD} -e 's| read| read dummy|g' ${WRKSRC}/system.xplorerc .include