summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-03-19 16:43:51 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-03-19 16:43:51 +0000
commit0449c7bcb0404151f8790b4c8f6bb4e4923d217c (patch)
tree08ed722ad96d6b749f2add2e484680a2c3fe16f4 /audio
parentAdd an error check on if cairo is installed without GLIB (GObject) support. (diff)
audio/aften and comms/usrp:
- Cleanup cmake usage games/deng: - Convert to USE_CMAKE - Convert to new options framework and remove autodetection for openal option - Trip header Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=314666
Diffstat (limited to 'audio')
-rw-r--r--audio/aften/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/audio/aften/Makefile b/audio/aften/Makefile
index bcae5fca98db..b3caa95e8e50 100644
--- a/audio/aften/Makefile
+++ b/audio/aften/Makefile
@@ -11,12 +11,8 @@ COMMENT= ATSC A/52 audio encoder
USE_BZIP2= yes
-BUILDDIR= ${WRKSRC}/portbuild
-BUILD_WRKSRC= ${BUILDDIR}
-INSTALL_WRKSRC= ${BUILDDIR}
-
USE_CMAKE= yes
-CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX:STRING="${PREFIX}"
+CMAKE_OUTSOURCE= yes
OPTIONS_DEFINE= SHARED_LIB CXX_BINDINGS DOUBLE
OPTIONS_DEFAULT=
@@ -50,8 +46,4 @@ PLIST_SUB+= LIBS="@comment "
CMAKE_ARGS+= -DDOUBLE:BOOL=ON
.endif
-do-configure:
- @${MKDIR} ${BUILDDIR}
- @cd ${BUILDDIR}; ${SETENV} ${CMAKE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} ..
-
.include <bsd.port.mk>