aboutsummaryrefslogtreecommitdiffstats
path: root/devel/linux-f8-sdl12/Makefile
blob: ed36ae5fd4e58b2cfea0dc8c531689e34c54438c (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
# New ports collection makefile for:    linux-sdl
# Date created:             8 October 2001
# Whom:                         Martin Matuska <martin@tradex.sk>
# Based on:     emulators/linux_base by marcel@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   sdl
PORTVERSION=    1.2.10
PORTREVISION=   1
CATEGORIES= devel linux
MASTER_SITES=   http://www.libsdl.org/release/ \
        ftp://ftp.icm.edu.pl/vol/rzm9/linux-pld/pool/s/SDL/
DISTNAME=   ${PORTNAME:U}-${PORTVERSION:S/.1$/-1/}-1

MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT=    Cross-platform multi-media development API (linux version)

USE_LINUX_RPM=  yes
USE_XLIB=   yes
INSTALL_SHLIB=  yes

ONLY_FOR_ARCHS= i386 amd64
DIST_SUBDIR=    rpm
PLIST=      ${MASTERDIR}/pkg-plist.${LINUX_RPM_ARCH}
PLIST_SUB+= SDLVER=${PORTVERSION}

.include <bsd.port.mk>