1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/linux-sdl12/Makefile
2011-03-07 15:08:25 +00:00

34 lines
814 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/ \
CRITICAL/rpm
DISTNAME= ${PORTNAME:U}-${PORTVERSION:S/.1$/-1/}-1
MAINTAINER= 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>