ports/77025: NEW PORT: Another GTK2 frontend for cdrecord, mkisofs, readcd and sox

Ion-Mihai Tetcu itetcu at people.tecnik93.com
Wed Feb 2 18:20:28 UTC 2005


The following reply was made to PR ports/77025; it has been noted by GNATS.

From: Ion-Mihai Tetcu <itetcu at people.tecnik93.com>
To: Anton Karpov <toxa at toxahost.ru>
Cc: FreeBSD-gnats-submit at FreeBSD.org
Subject: Re: ports/77025: NEW PORT: Another GTK2 frontend for cdrecord,
 mkisofs,	readcd and sox
Date: Wed, 2 Feb 2005 20:11:37 +0200

 On Wed,  2 Feb 2005 20:50:53 +0300 (MSK)
 Anton Karpov <toxa at toxahost.ru> wrote:
 
  [ ... ]
 Since you're using OPTIONS you need to use bsd.port.pre|post.mk
 
 > echo x - ./Makefile
 > sed 's/^X//' >./Makefile << 'END-of-./Makefile'
 > X# New ports collection makefile for:	graveman
 > X# Date created:		2005-02-01
 > X# Whom:			Anton Karpov <toxa at toxahost.ru>
 > X#
 > X# $FreeBSD$
 > X#
 > X
 > XPORTNAME=	graveman
 > XPORTVERSION=	0.3.5
 > XCATEGORIES=	sysutils
 > XMASTER_SITES=	${MASTER_SITE_SAVANNAH}
 > XMASTER_SITE_SUBDIR=	graveman
 > X
 > XMAINTAINER=	toxa at toxahost.ru
 > XCOMMENT=	Another GTK2 frontend for cdrecord, mkisofs, readcd and sox
 > X
 > XRUN_DEPENDS=	cdrecord:${PORTSDIR}/sysutils/cdrtools
 > X
 > XUSE_BZIP2=	yes
 > XUSE_GMAKE=	yes
 > XGNU_CONFIGURE=	yes
 > XUSE_X_PREFIX=	yes
 > XWANT_GNOME=	yes
 > XGNU_CONFIGURE=	yes
 > XUSE_GNOME=	glib20 gtk20 libglade2
 > XCONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 > X		LIBS="-L${LOCALBASE}/lib"
 > X
 > XOPTIONS=	MP3 "MP3 Support" off \
 > X		OGG "OGG Support" off
 > X
 
 + X.include <bsd.port.pre.mk>
 
 > X.if !defined(WITHOUT_MP3)
 > XLIB_DEPENDS=	mad.2:${PORTSDIR}/audio/libmad \
 > X		id3tag.2:${PORTSDIR}/audio/libid3tag
 > XRUN_DEPENDS=	sox:${PORTSDIR}/audio/sox
 > X.else
 > XCONFIGURE_ARGS+=--disable-mp3
 > X.endif
 > X
 > X.if !defined(WITHOUT_OGG)
 > XLIB_DEPENDS+=	ogg.5:${PORTSDIR}/audio/libogg \
 > X		vorbis.3:${PORTSDIR}/audio/libvorbis
 > X.else
 > XCONFIGURE_ARGS+=--disable-ogg
 > X.endif
 > X
 
 -  X.include <bsd.port.mk>
 + X.include <bsd.port.post.mk>
 
  [ ... ]
 
 -- 
 IOnut
 Unregistered ;) FreeBSD "user"
 
 



More information about the freebsd-ports-bugs mailing list