1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/sysutils/linux-nero/Makefile
Alexander Leidinger 435ea2a95a Re-commit of
64 bit linuxulator support (not activated by default):
 - most of the work was done by Alan Jude
 - all errors are mine
 - 64bit (may) have rough edges
 - I validated
    * that the 32bit part doesn't has deinstall regressions (incl. EXP runs by
      antoine)
    * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
      later, when I dare to activate the 64bit linuxulator in the kernel)
 - the infrastructure part looks mature enough to let more test-bunnies get
   some experience with the new 64 bit parts
 - to use it you shall have no linux ports installed and have to specify
   (on your own risk) the following in make.conf before installing the ports:
   OVERRIDE_LINUX_BASE_PORT=c6_64
   OVERRIDE_LINUX_NONBASE_PORTS=c6_64

This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits
only, we decided to have it as an "overlay" instead of new ports.
The 64bit part only installs 64bit executables, the 32bit ports can not be
installed at the same time (if needed we can think of letting the 64bit
overlay install the 32bit parts too, but given the CentOS 7 comment
above...).

Differential Revision:	https://reviews.freebsd.org/D174
Submitted by:		alanjude
Sponsored by:		Essen FreeBSD Hackathon 2015
Reviewed by:		xmj, eadler (earlier versions)
Approved by:		portmgr (antoine after some EXP-runs)
2015-08-09 19:14:13 +00:00

32 lines
769 B
Makefile

# Created by: Boris Samorodov <bsam@FreeBSD.org>
# $FreeBSD$
PORTNAME= nero
PORTVERSION= 4.0.0.0
PORTREVISION= 2
CATEGORIES= sysutils emulators
MASTER_SITES= http://ftp20.us.nero.com/software/NeroLINUX/
DISTNAME= ${PORTNAME}linux-${PORTVERSION}-x86
EXTRACT_SUFX= .rpm
DIST_SUBDIR= rpm
MAINTAINER= emulation@FreeBSD.org
COMMENT= CD/DVD disk burner
RESTRICTED= Must be downloaded from their website and a serial number must be bought
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
USE_LINUX_APPS= gtk2
USE_LDCONFIG= yes
BRANDELF_DIRS= usr/bin
SRC_DISTFILES=
PLIST= ${MASTERDIR}/pkg-plist
# normalize permissions of symbolic links to prevent a package with
# missing files
post-extract:
${FIND} ${WRKSRC} -type l -exec ${CHMOD} -h 0755 {} \;
.include <bsd.port.mk>