Index: head/graphics/gimageview/Makefile =================================================================== --- head/graphics/gimageview/Makefile (revision 172275) +++ head/graphics/gimageview/Makefile (revision 172276) @@ -1,103 +1,103 @@ # New ports collection makefile for: gimageview # Date Created: 5 Feb 2002 # Whom: TATEISHI Katsuyuki # # $FreeBSD$ # PORTNAME= gimageview PORTVERSION= 0.2.25 PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtkmmviewer -MAINTAINER= katsu@iec.hiroshima-u.ac.jp +MAINTAINER= ports@FreeBSD.org COMMENT= Yet another GTK+ based image viewer USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gdkpixbuf gnomehier USE_GETTEXT= yes WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" MAKE_ARGS= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" .include .if ${HAVE_GNOME:Mimlib}!="" USE_GNOME+= imlib PKGNAMESUFFIX= -imlib WITH_IMLIB= yes .endif .if exists(${LOCALBASE}/lib/libexif.so.12) EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-exit_view.c .endif .if exists(${LOCALBASE}/lib/libmng.so.1) WITH_LIBMNG= yes .endif .if exists(${LOCALBASE}/lib/libwmf.so.2) WITH_LIBWMF= yes .endif .if exists(${X11BASE}/lib/librsvg.so.1) WITH_LIBRSVG= yes .endif .if exists(${LOCALBASE}/bin/mplayer) WITH_MPLAYER= yes .endif .if defined(WITH_LIBMNG) LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng PLIST_SUB+= WITH_LIBMNG="" .else PLIST_SUB+= WITH_LIBMNG="@comment " .endif .if defined(WITH_LIBWMF) LIB_DEPENDS+= wmf.2:${PORTSDIR}/graphics/libwmf PLIST_SUB+= WITH_LIBWMF="" .else PLIST_SUB+= WITH_LIBWMF="@comment " .endif .if defined(WITH_LIBRSVG) LIB_DEPENDS+= rsvg.1:${PORTSDIR}/graphics/librsvg PLIST_SUB+= WITH_LIBRSVG="" .else PLIST_SUB+= WITH_LIBRSVG="@comment " .endif .if defined(WITH_MPLAYER) RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer CONFIGURE_ARGS+= --enable-mplayer PLIST_SUB+= WITH_LIBMPLAYER="" .else PLIST_SUB+= WITH_LIBMPLAYER="@comment " .endif .if defined(WITH_LIBXINE) LIB_DEPENDS+= xine.15:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --with-xine PLIST_SUB+= WITH_LIBXINE="" .else PLIST_SUB+= WITH_LIBXINE="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's/DATADIRNAME=lib/DATADIRNAME=share/g' \ ${WRKSRC}/configure post-configure: .if !defined(WITH_IMLIB) @${FIND} ${WRKSRC} -name 'Makefile' | ${XARGS} ${REINPLACE_CMD} -Ee \ 's/^(GDK_IMLIB_(CFLAGS|LIBS) =).*$$/$${1}/' .endif .include Property changes on: head/graphics/gimageview/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/japanese/gqmpeg/Makefile =================================================================== --- head/japanese/gqmpeg/Makefile (revision 172275) +++ head/japanese/gqmpeg/Makefile (revision 172276) @@ -1,36 +1,36 @@ # New ports collection makefile for: ja-gqmpeg # Date Created: 19 Sep 2001 # Whom: TATEISHI Katsuyuki # # $FreeBSD$ # CATEGORIES= japanese -MAINTAINER= katsu@iec.hiroshima-u.ac.jp +MAINTAINER= ports@FreeBSD.org COMMENT= Another gtk-based MP3 frontend with Japanese support .if defined(WITH_SJIS_TAG) EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-* .endif MASTERDIR= ${.CURDIR}/../../audio/gqmpeg DESCR= ${.CURDIR}/pkg-descr CONFIGURE_ARGS= --enable-japanese NOMAN= yes .if !defined(WITH_SJIS_TAG) pre-everything:: @${ECHO_MSG} @${ECHO_MSG} "If you want to save ID3 tags as SJIS(default: EUC)," @${ECHO_MSG} "hit Ctrl-C right now and execute \"make WITH_SJIS_TAG=yes\"" @${ECHO_MSG} .endif pre-install: @${REINPLACE_CMD} -Ee 's/(helvetica|lucida)-bold/mincho-medium/g ; \ s/helvetica|lucida/mincho/g;' ${WRKSRC}/skins/mrclean/skindata* .include "${MASTERDIR}/Makefile" Property changes on: head/japanese/gqmpeg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property