mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
adb5257b4c
plist creation to FC4; o upgrade audio ports which use automatic plist creation to use FC4 packages or bump PORTREVISION for those which already use FC4 packages. [1] Approved by: julefort (maintainer, implicit) [1] netchild (mentor)
26 lines
525 B
Makefile
26 lines
525 B
Makefile
# New ports collection makefile for: linux-arts
|
|
# Date created: 6 October 2003
|
|
# Whom: bms@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= arts
|
|
DISTVERSION= 1.5.2-0.1.fc4
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio kde linux
|
|
|
|
MAINTAINER= jylefort@FreeBSD.org
|
|
COMMENT= Audio system for the KDE integrated X11 desktop (Linux version)
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 4
|
|
INSTALLS_SHLIB= yes
|
|
AUTOMATIC_PLIST= yes
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
BRANDELF_DIRS= usr
|
|
|
|
.include <bsd.port.mk>
|