summaryrefslogtreecommitdiffstats
path: root/sysutils/linux-nero/Makefile
blob: 843206189caea1ca75f53e1224294774bef88af1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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

USES=		linux
USE_LDCONFIG=	yes
USE_LINUX=	gtk2
USE_LINUX_RPM=	nolib
SRC_DISTFILES=
PLIST=		${PKGDIR}/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>
OpenPOWER on IntegriCloud