blob: fed0666239e1b733bbb855fb3087bc3057511800 (
plain) (
blame)
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
|
# New ports collection makefile for: sysutils/linux-nero
# Date created: 23 Apr 2007
# Whom: Boris Samorodov <bsam@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= nero
PORTVERSION= 3.5.0.1
CATEGORIES= sysutils emulators
MASTER_SITES= http://ftp6.usw.nero.com/software/NeroLINUX/ \
ftp://ftp6.usw.nero.com/software/NeroLINUX/
DISTNAME= ${PORTNAME}linux-${PORTVERSION}-x86
EXTRACT_SUFX= .rpm
DIST_SUBDIR= rpm
MAINTAINER= emulation@FreeBSD.org
COMMENT= CD/DVD disk burner
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0:${PORTSDIR}/x11-toolkits/linux-gtk2
RESTRICTED= Get a serial number at http://www.nero.com/eng/NeroLINUX.html
ONLY_FOR_ARCH= i386 amd64
USE_LINUX_RPM= yes
USE_LDCONFIG= yes
BRANDELF_DIRS= usr/bin
SRC_DISTFILES=
.include <bsd.port.mk>
|