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

Tom McLaughlin tmclaugh at FreeBSD.org
Mon Feb 12 05:06:03 UTC 2007


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


More information about the freebsd-python mailing list