Date: Wed, 2 Feb 2005 18:20:27 GMT From: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77025: NEW PORT: Another GTK2 frontend for cdrecord, mkisofs, readcd and sox Message-ID: <200502021820.j12IKR80006832@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/77025; it has been noted by GNATS. From: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> To: Anton Karpov <toxa@toxahost.ru> Cc: FreeBSD-gnats-submit@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@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@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@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502021820.j12IKR80006832>