mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
31 lines
766 B
Makefile
31 lines
766 B
Makefile
# New ports collection makefile for: sysutils/linux-nero
|
|
# Date created: 23 Apr 2007
|
|
# Whom: Boris Samorodov <bsam@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nero
|
|
PORTVERSION= 4.0.0.0
|
|
PORTREVISION= 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
|
|
|
|
RESTRICTED= Get a serial number at http://www.nero.com/eng/NeroLINUX.html
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_APPS= gtk2
|
|
USE_LDCONFIG= yes
|
|
BRANDELF_DIRS= usr/bin
|
|
SRC_DISTFILES=
|
|
|
|
.include <bsd.port.mk>
|