diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-07-01 22:52:41 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-07-01 22:52:41 +0000 |
commit | 1bf5094f4c5e3492bbb669172f97f896873a32fe (patch) | |
tree | aba51a9d987e8a236d5e6ceba924a3ad23e006c6 /emulators/virtualbox-ose | |
parent | fc7e5599620b486d3749b191bc5bba6fc206c528 (diff) |
- re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced
- pet portlint on placement of LICENSE
PR: ports/169223
Submitted by: jgh@
Approved by: maintainer timeout ( 14 days )
Notes
Notes:
svn path=/head/; revision=300349
Diffstat (limited to 'emulators/virtualbox-ose')
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index 3389c75d7687..fef83f70f8de 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -19,6 +19,9 @@ EXTRACT_ONLY= VirtualBox-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= vbox@FreeBSD.org COMMENT= A general-purpose full virtualizer for x86 hardware +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm \ as86:${PORTSDIR}/devel/dev86 \ xsltproc:${PORTSDIR}/textproc/libxslt \ @@ -29,9 +32,6 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ curl.6:${PORTSDIR}/ftp/curl RUN_DEPENDS= /boot/modules/vboxdrv.ko:${PORTSDIR}/emulators/virtualbox-ose-kmod -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} ONLY_FOR_ARCHS= i386 amd64 USE_CDRTOOLS= yes @@ -77,6 +77,8 @@ PLIST_SUB+= PYTHON_VER=${PYTHON_VER} \ SUB_LIST+= VBOXUSER=${VBOXUSER} USE_RC_SUBR+= vboxheadless +.include <bsd.port.pre.mk> + KMK_BUILDTYPE= release KMK_CONFIG= VBOX_LIBPATH_X11=${LOCALBASE} VBOX_FREEBSD_SRC=${SRC_BASE}/sys KMK_FLAGS= @@ -171,8 +173,6 @@ KMK_ARCH= freebsd.${ARCH} PLIST_SUB+= I386="@comment " .endif -.include <bsd.port.pre.mk> - .if ${OSVERSION} < 802000 BROKEN= Does not compile on FreeBSD < 8.2 .endif |