mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
824eda00fc
The recommended version of FreeBSD to use them is 8-CURRENT. FreeBSD-7.x is not fully compatible with compat.linux.osrelease 2.6.16. Some syscalls cannot be MFCed due to native FreeBSD ABI breakage. Usage (and package building): 1. define compat.linux.osrelease=2.6.16; 2. add following variables to /etc/make.conf: . OVERRIDE_LINUX_BASE_PORT=f8; . OVERRIDE_LINUX_NONBASE_PORTS=f8. Approved by: bsam (me) ;-)
33 lines
855 B
Makefile
33 lines
855 B
Makefile
# 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>
|