summaryrefslogtreecommitdiff
path: root/devel/linux-f10-sdl12/Makefile
blob: 1efb89cb45c1b2519680e9accceaff4738a1bdbc (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
31
32
# New ports collection makefile for:	devel/linux-f8-sdl12
# Date created:				2008-04-03
# Whom:					bsam
#
# $FreeBSD$
#

PORTNAME=	sdl
PORTVERSION=	1.2.13
CATEGORIES=	devel linux
PKGNAMEPREFIX=	linux-f8-
DISTNAME=	${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}

MAINTAINER=	freebsd-emulation@FreeBSD.org
COMMENT=	Cross-platform multi-media development API (Linux Fedora 8)

ONLY_FOR_ARCHS=	i386 amd64
USE_LINUX_RPM=	yes
USE_LINUX_APPS=	xorglibs
INSTALL_SHLIB=	yes
LINUX_NAME=	SDL
LINUX_DIST_VER=	8
RPMVERSION=	2.fc8
USE_LDCONFIG=	yes

PLIST_FILES=	etc/profile.d/SDL_pulseaudio_hack.csh etc/profile.d/SDL_pulseaudio_hack.sh \
		usr/lib/libSDL-1.2.so.0 usr/lib/libSDL-1.2.so.0.11.2
DOCSDIR=	${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION}
PORTDOCS=	BUGS COPYING CREDITS README-SDL.txt
DESCR=		${.CURDIR}/../${PORTNAME}12/pkg-descr

.include <bsd.port.mk>