mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
e882955bfd
no need to bump PORTREVISION. The change is needed to the upcomming switch to default linux f10 ports at 8-CURRENT.
34 lines
861 B
Makefile
34 lines
861 B
Makefile
# 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= 2
|
|
PORTEPOCH= 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)
|
|
|
|
CONFLICTS= linux-f8-sdl12-[0-9]* linux-f10-sdl12-[0-9]*
|
|
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_APPS= xorglibs
|
|
LINUX_DIST_VER= 4
|
|
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>
|