diff --git a/astro/gpsdrive/Makefile b/astro/gpsdrive/Makefile index c240646edfe7..db15f931b877 100644 --- a/astro/gpsdrive/Makefile +++ b/astro/gpsdrive/Makefile @@ -1,39 +1,38 @@ # New ports collection makefile for: gpsdrive # Date Created: 16 April 2002 # Whom: Marco Molteni # # $FreeBSD$ # PORTNAME= gpsdrive PORTVERSION= 1.23.r9 CATEGORIES= astro MASTER_SITES= http://gpsdrive.kraftvoll.at/ \ http://gpsdrive.teachlinux.com/ \ http://gpsdrive.flugfunk.de/ \ http://gpsdrive.alumnosfdi.org/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/pre/} MAINTAINER= molter@gufi.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt BUILD_DEPENDS= ${X11BASE}/bin/gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbuf USE_PERL5= yes -USE_GLIB= yes USE_GMAKE= yes USE_GTK= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib CONFIGURE_ARGS+= --with-debug \ --disable-garmin INSTALLS_SHLIB= yes MAN1= gpsdrive.1 MANLANG= "" de es post-install: @${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|g' .include diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 8437bf1c8cbb..6eae8be66454 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,139 +1,138 @@ # New ports collection makefile for: snd # Date created: 2000-10-05 # Whom: trevor # # $FreeBSD$ # PORTNAME= snd PORTVERSION= 5.5 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ccrma-ftp.stanford.edu/pub/Lisp/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= trevor@FreeBSD.org LIB_DEPENDS= gsl.0:${PORTSDIR}/math/gsl \ intl.2:${PORTSDIR}/devel/gettext .if !defined(WITHOUT_ESD) RUN_DEPENDS= esd:${PORTSDIR}/audio/esound .endif .if !defined(WITHOUT_RUBY) RUN_DEPENDS+= ruby:${PORTSDIR}/lang/ruby .endif .if defined(WITHOUT_X11) WITHOUT_GTKEXTRA= yes .endif .if !defined(WITHOUT_GTKEXTRA) LIB_DEPENDS+= gtkextra.17:${PORTSDIR}/x11-toolkits/gtkextra .endif .if !defined(WITHOUT_GUILE) LIB_DEPENDS+= guile.10:${PORTSDIR}/lang/guile .if !defined(WITHOUT_X11) LIB_DEPENDS+= guilegtk-1.2:${PORTSDIR}/x11-toolkits/guile-gtk .endif .endif ALL_TARGET= audinfo snd sndinfo sndplay sndrecord sndsine CONFIGURE_ARGS= --with-float-samples \ --with-multifile .if !defined(WITHOUT_ESD) CONFIGURE_ARGS+= --with-esd .endif .if !defined(WITHOUT_RUBY) CONFIGURE_ARGS+= --with-ruby .endif .if !defined(WITHOUT_X11) CONFIGURE_ARGS+= --with-gtk \ --with-gtkrc-colors \ --with-float-samples .endif .if defined(WITHOUT_GUILE) CONFIGURE_ARGS+= --without-guile .endif .if !defined(WITHOUT_GTKEXTRA) CONFIGURE_ARGS+= --with-gtk-extra .endif .if defined(WITHOUT_X11) CONFIGURE_ARGS+= --with-no-gui .endif CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ CFLAGS="${CFLAGS}" MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" GNU_CONFIGURE= yes MAKEFILE= makefile PLIST= ${WRKDIR}/pkg-plist .if !defined(WITHOUT_X11) PREFIX= ${X11BASE} -USE_GLIB= yes USE_GTK= yes USE_XLIB= yes .endif WRKSRC= ${WRKDIR}/snd-5 post-configure: @${PERL} -pi -e "s: -ldl::g" ${WRKSRC}/makefile pre-install: ${ECHO_CMD} bin/snd > ${PLIST} .if !defined(WITHOUT_X11) ${ECHO_CMD} lib/X11/app-defaults/Snd.ad >> ${PLIST} .endif .for i in audinfo snd-info sndplay sndrecord sndsine ${ECHO_CMD} bin/${i} >> ${PLIST} .endfor .if !defined(NOPORTDOCS) .for i in COPYING HISTORY.Snd README.Snd TODO.Snd ${ECHO_CMD} share/doc/snd/${i} >> ${PLIST} .endfor ${FIND} ${WRKDIR} -name '*.html' | \ ${PERL} -pi -e "s:^${WRKSRC}/:share/doc/snd/:g" >> ${PLIST} ${FIND} ${WRKDIR} -name '*.png' | \ ${PERL} -pi -e "s:^${WRKSRC}/:share/doc/snd/:g" >> ${PLIST} ${ECHO_CMD} "@dirrm share/doc/snd" >> ${PLIST} .endif .if !defined(WITHOUT_GUILE) ${FIND} ${WRKSRC} -name '*.scm' | \ ${PERL} -pi -e "s:^${WRKSRC}/:share/snd/:g" >> ${PLIST} ${ECHO_CMD} "share/snd/contrib/dlp/README" >> ${PLIST} ${ECHO_CMD} "@dirrm share/snd/contrib/dlp" >> ${PLIST} ${ECHO_CMD} "@dirrm share/snd/contrib" >> ${PLIST} ${ECHO_CMD} "@dirrm share/snd" >> ${PLIST} .endif do-install: # Only "snd" is an X11 command. .for i in audinfo snd snd-info sndplay sndrecord sndsine ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin .endfor .if !defined(WITHOUT_X11) ${INSTALL_DATA} ${WRKSRC}/Snd.ad ${PREFIX}/lib/X11/app-defaults/ .endif .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in COPYING HISTORY.Snd README.Snd TODO.Snd ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor ${INSTALL_DATA} \ ${WRKSRC}/*.html \ ${WRKSRC}/*.png \ ${DOCSDIR} .if !defined(WITHOUT_GUILE) ${MKDIR} ${DATADIR}/contrib/dlp ${INSTALL_DATA} ${WRKSRC}/*.scm ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/contrib/*.scm ${DATADIR}/contrib/ ${INSTALL_DATA} ${WRKSRC}/contrib/dlp/* ${DATADIR}/contrib/dlp/ .endif .endif post-build: ${MV} ${WRKSRC}/sndinfo ${WRKSRC}/snd-info .include diff --git a/audio/wmusic/Makefile b/audio/wmusic/Makefile index fe758b464027..ae70f9254d19 100644 --- a/audio/wmusic/Makefile +++ b/audio/wmusic/Makefile @@ -1,37 +1,36 @@ # New ports collection makefile for: wmusic # Date created: 16 September 2000 # Whom: eric # # $FreeBSD$ # PORTNAME= wmusic PORTVERSION= 1.4.9 CATEGORIES= audio windowmaker MASTER_SITES= http://home.jtan.com/~john/wmusic/downloads/ DISTFILES= ${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX} MAINTAINER= eric@FreeBSD.org BUILD_DEPENDS= xmms:${PORTSDIR}/audio/xmms RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms GNU_CONFIGURE= yes CONFIGURE_ENV= PATH_GTKCONFIG=${PREFIX}/bin/gtk12-config USE_GMAKE= yes -USE_GLIB= yes USE_GTK= yes USE_X_PREFIX= yes USE_XPM= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/wmusic ${PREFIX}/bin .ifndef(NOPORTDOCS) @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \ ${PREFIX}/share/doc/${PORTNAME} @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME} @${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/${PORTNAME} .endif .include diff --git a/audio/xmms-sndfile/Makefile b/audio/xmms-sndfile/Makefile index 49300fc5b167..ed5ae6740556 100644 --- a/audio/xmms-sndfile/Makefile +++ b/audio/xmms-sndfile/Makefile @@ -1,27 +1,26 @@ # New ports collection makefile for: xmms-sndfile # Date created: 27 Dec 2001 # Whom: David Yeske # # $FreeBSD$ # PORTNAME= xmms-sndfile PORTVERSION= 1.0.p6 CATEGORIES= audio MASTER_SITES= http://www.zipworld.com.au/~erikd/XMMS/ DISTNAME= xmms_sndfile-${PORTVERSION:S/.p/pre/} MAINTAINER= dyeske@yahoo.com LIB_DEPENDS= sndfile.0:${PORTSDIR}/audio/libsndfile \ xmms.3:${PORTSDIR}/audio/xmms CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" -USE_GLIB= yes USE_GTK= yes USE_LIBTOOL= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes .include diff --git a/devel/glg/Makefile b/devel/glg/Makefile index 6317d57a996a..82e206cc22df 100644 --- a/devel/glg/Makefile +++ b/devel/glg/Makefile @@ -1,34 +1,33 @@ # New ports collection makefile for: glg # Date created: 23 May 2001 # Whom: Olivier Singla # # $FreeBSD$ # PORTNAME= glg PORTVERSION= 0.2.a CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_LOCAL} # http://glg.sourceforge.net/ \ # ${MASTER_SITE_SOURCEFORGE} #MASTER_SITE_SUBDIR= glg MASTER_SITE_SUBDIR= kris MAINTAINER= lo_gafet@users.sourceforge.net USE_GMAKE= yes -USE_GLIB= yes USE_GTK= yes WANT_GNOME= yes .include .if defined(HAVE_GNOME) USE_GNOME= yes .endif pre-build: find ${WRKSRC} -name Makefile | xargs ${PERL} \ -pi -e "s@gtk-config@${GTK_CONFIG}@g" .include diff --git a/graphics/xmms-fishmatic/Makefile b/graphics/xmms-fishmatic/Makefile index 676c5491734d..5967d07ac317 100644 --- a/graphics/xmms-fishmatic/Makefile +++ b/graphics/xmms-fishmatic/Makefile @@ -1,35 +1,34 @@ # New ports collection makefile for: xmms-fishmatic # Date created: 20 Jan 2002 # Whom: David Yeske # # $FreeBSD$ # PORTNAME= fishmatic PORTVERSION= 0.0.1 CATEGORIES= graphics MASTER_SITES= http://stukach.com/hosted/ PKGNAMEPREFIX= xmms- DISTNAME= fishmatic MAINTAINER= dyeske@yahoo.com BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms INSTALLS_SHLIB= yes USE_LIBTOOL= yes -USE_GLIB= yes USE_GMAKE= yes USE_GTK= yes USE_MESA= yes USE_X_PREFIX= yes CFLAGS+= -I${X11BASE}/include -L${X11BASE}/lib post-patch: @${RM} -f ${WRKSRC}/config.cache @${PERL} -pi -e 's@glib-config@${GLIB_CONFIG}@g;' \ ${WRKSRC}/configure .include diff --git a/graphics/xmms-iris/Makefile b/graphics/xmms-iris/Makefile index cb35943ffe52..c94f56d2f39a 100644 --- a/graphics/xmms-iris/Makefile +++ b/graphics/xmms-iris/Makefile @@ -1,31 +1,30 @@ # New ports collection makefile for: xmms-iris # Date created: 25 Apr 2002 # Whom: David Yeske # # $FreeBSD$ # PORTNAME= iris PORTVERSION= 0.10 CATEGORIES= graphics MASTER_SITES= http://cdelfosse.free.fr/xmms-iris/ PKGNAMEPREFIX= xmms- MAINTAINER= dyeske@yahoo.com BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms GNU_CONFIGURE= yes -USE_GLIB= yes USE_GTK= yes USE_GMAKE= yes USE_MESA= yes USE_X_PREFIX= yes USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \ ${WRKSRC}/configure .include diff --git a/graphics/xmms-paranormal/Makefile b/graphics/xmms-paranormal/Makefile index 52d0fe3f28d7..76aeb7273fa8 100644 --- a/graphics/xmms-paranormal/Makefile +++ b/graphics/xmms-paranormal/Makefile @@ -1,36 +1,35 @@ # New ports collection makefile for: xmms-paranormal # Date created: 25 Apr 2002 # Whom: David Yeske # # $FreeBSD$ # PORTNAME= xmms-paranormal PORTVERSION= 0.2.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= paranormal DISTNAME= paranormal-${PORTVERSION:S/.p/pre/} MAINTAINER= dyeske@yahoo.com LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ SDL-1.1.4:${PORTSDIR}/devel/sdl12 BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include/libxml2/libxml" SDL_CONFIG="${SDL_CONFIG}" GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_GLIB= yes USE_GTK= yes USE_GMAKE= yes USE_MESA= yes USE_X_PREFIX= yes pre-build: @${PERL} -pi -e 's|SDL/|SDL11/|g;' ${WRKSRC}/xmms.c .include diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile index 04dc06b1aa87..b5ae9ca25cd9 100644 --- a/misc/xosd/Makefile +++ b/misc/xosd/Makefile @@ -1,44 +1,43 @@ # New ports collection makefile for: xosd # Date created: 2 May 2001 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= xosd PORTVERSION= 0.7.0 PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.ignavus.net/ \ http://www3.kr.freebsd.org/~perky/distfiles/ MAINTAINER= perky@FreeBSD.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt .if defined(WITH_XMMS) LIB_DEPENDS+= xmms.3:${PORTSDIR}/audio/xmms .endif XMMS_CONFIG?= ${X11BASE}/bin/xmms-config USE_X_PREFIX= yes USE_GMAKE= yes USE_GTK= yes -USE_GLIB= yes INSTALLS_SHLIB= yes MAKE_ENV= CFLAGS='${CFLAGS}' PREFIX='${PREFIX}' \ X11BASE='${X11BASE}' LOCALBASE='${LOCALBASE}' \ GTK_CONFIG='${GTK_CONFIG}' GLIB_CONFIG="${GLIB_CONFIG}" \ XMMS_CONFIG="${XMMS_CONFIG}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" MAN1= osd_cat.1 MAN3= xosd.3 .if defined(WITH_XMMS) MAKE_ENV+= XMMS_PLUGINDIR=${X11BASE}/lib/xmms PLIST_SUB+= WITH_XMMS="" .else PLIST_SUB+= WITH_XMMS="@comment " .endif .include diff --git a/net-p2p/gtkhx/Makefile b/net-p2p/gtkhx/Makefile index 4329b7ab4b23..ed6a0557d5a8 100644 --- a/net-p2p/gtkhx/Makefile +++ b/net-p2p/gtkhx/Makefile @@ -1,29 +1,28 @@ # New ports collection makefile for: gtkhx # Date created: 9 February 2002 # Whom: Josh Elsasser # # $FreeBSD$ # PORTNAME= gtkhx PORTVERSION= 0.9.3 PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtkhx MAINTAINER= jre@vineyard.net LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ intl.2:${PORTSDIR}/devel/gettext USE_XLIB= yes -USE_GLIB= yes USE_GTK= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libiconv-prefix=${PREFIX} MAN1= gtkhx.1 .include diff --git a/net/gtkhx/Makefile b/net/gtkhx/Makefile index 4329b7ab4b23..ed6a0557d5a8 100644 --- a/net/gtkhx/Makefile +++ b/net/gtkhx/Makefile @@ -1,29 +1,28 @@ # New ports collection makefile for: gtkhx # Date created: 9 February 2002 # Whom: Josh Elsasser # # $FreeBSD$ # PORTNAME= gtkhx PORTVERSION= 0.9.3 PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtkhx MAINTAINER= jre@vineyard.net LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ intl.2:${PORTSDIR}/devel/gettext USE_XLIB= yes -USE_GLIB= yes USE_GTK= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libiconv-prefix=${PREFIX} MAN1= gtkhx.1 .include diff --git a/net/jags/Makefile b/net/jags/Makefile index 6da5a44eb69f..30d11158752a 100644 --- a/net/jags/Makefile +++ b/net/jags/Makefile @@ -1,29 +1,28 @@ # New ports collection makefile for: jags # Date created: Thu Jul 5 17:13:11 EDT 2001 # Whom: Patrick Li # # $FreeBSD$ # PORTNAME= jags PORTVERSION= 0.20.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://sumpan.campus.luth.se/software/jags/download/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pat@FreeBSD.org USE_GMAKE= yes USE_XPM= yes USE_GTK= yes -USE_GLIB= yes GNU_CONFIGURE= yes pre-patch: @${PERL} -pi.fbsd -e 's@/usr/local/share/jags/@${PREFIX}/share/jags/@g' \ ${WRKSRC}/src/jagsconfig.cpp @${PERL} -pi.fbsd -e 's@/usr/local/share/jags/pixmaps/@${PREFIX}/share/jags/pixmaps/@g' \ ${WRKSRC}/src/gtk_common.cpp .include diff --git a/x11-fm/workplace/Makefile b/x11-fm/workplace/Makefile index c4e986ac016d..594e3f8a0004 100644 --- a/x11-fm/workplace/Makefile +++ b/x11-fm/workplace/Makefile @@ -1,44 +1,43 @@ # New ports collection makefile for: workplace # Date created: 7 March 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # PORTNAME= workplace PORTVERSION= 1.0.a3 PORTEPOCH= 1 CATEGORIES= x11-fm MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= trevor PATCH_SITES= ${MASTER_SITES} PATCHFILES= workplace-1.0.a3+tj1.diff.gz MAINTAINER= trevor@FreeBSD.org GNU_CONFIGURE= yes -USE_GLIB= yes USE_GTK= yes USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/glib12 \ -I${X11BASE}/include/gtk12" \ LIBS="-L${LOCALBASE}/lib" pre-configure: @ ${RM} ${WRKSRC}/config.cache do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/src/workplace ${PREFIX}/bin @ ${MKDIR} ${PREFIX}/include/X11/pixmaps @ ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/include/X11/pixmaps @ ${MKDIR} ${PREFIX}/share/doc/workplace .if !defined(NOPORTDOCS) .for file in AUTHORS INSTALL README TODO @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/workplace .endfor .endif @ ${MKDIR} ${PREFIX}/share/examples/workplace @ ${INSTALL_DATA} ${WRKSRC}/example/* ${PREFIX}/share/examples/workplace .include