Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2007 05:06:03 GMT
From:      Tom McLaughlin <tmclaugh@FreeBSD.org>
To:        bg1tpt@gmail.com, tmclaugh@FreeBSD.org, freebsd-python@FreeBSD.org, tmclaugh@FreeBSD.org
Subject:   Re: ports/109070: [NEW PORT] Add port of audio/py-musepack
Message-ID:  <200702120506.l1C563JS071662@freefall.freebsd.org>

index | next in thread | raw e-mail

Synopsis: [NEW PORT] Add port of audio/py-musepack

State-Changed-From-To: open->closed
State-Changed-By: tmclaugh
State-Changed-When: Mon Feb 12 04:53:25 UTC 2007
State-Changed-Why: 
Thanks for the port.  Please note a minor change I made to remove the gmake
dependency and the need for a patch file.

@@ -17,13 +17,9 @@
 LIB_DEPENDS=   mpcdec:${PORTSDIR}/audio/libmpcdec
  
 USE_PYTHON=    yes
-USE_GMAKE=     yes
 USE_PYDISTUTILS=       yes
 USE_PYTHON_PREFIX=     yes
+MAKE_ENV+=     CPPFLAGS="-I${LOCALBASE}/include" \
+               LDFLAGS="-L${LOCALBASE}/lib"
      
-.include <bsd.port.pre.mk>
-
-do-build:
-       @cd ${WRKSRC} && ${GMAKE} build
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Responsible-Changed-From-To: freebsd-python->tmclaugh
Responsible-Changed-By: tmclaugh
Responsible-Changed-When: Mon Feb 12 04:53:25 UTC 2007
Responsible-Changed-Why: 
Thanks for the port.  Please note a minor change I made to remove the gmake
dependency and the need for a patch file.

@@ -17,13 +17,9 @@
 LIB_DEPENDS=   mpcdec:${PORTSDIR}/audio/libmpcdec
  
 USE_PYTHON=    yes
-USE_GMAKE=     yes
 USE_PYDISTUTILS=       yes
 USE_PYTHON_PREFIX=     yes
+MAKE_ENV+=     CPPFLAGS="-I${LOCALBASE}/include" \
+               LDFLAGS="-L${LOCALBASE}/lib"
      
-.include <bsd.port.pre.mk>
-
-do-build:
-       @cd ${WRKSRC} && ${GMAKE} build
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


http://www.freebsd.org/cgi/query-pr.cgi?pr=109070


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702120506.l1C563JS071662>