freebsd-ports/sysutils/linux-nero/Makefile
Boris Samorodov 0263b9d868 Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:		ports/132510
Submitted by:	bsam (me)
Exp-run by:	portmgr (pav)
2009-03-19 17:28:51 +00:00

29 lines
749 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= 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
RESTRICTED= Get a serial number at http://www.nero.com/eng/NeroLINUX.html
ONLY_FOR_ARCH= i386 amd64
USE_LINUX_RPM= yes
USE_LINUX_APPS= gtk2
USE_LDCONFIG= yes
BRANDELF_DIRS= usr/bin
SRC_DISTFILES=
.include <bsd.port.mk>