diff options
Diffstat (limited to 'devel/linux-f10-sdl12/Makefile')
-rw-r--r-- | devel/linux-f10-sdl12/Makefile | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/devel/linux-f10-sdl12/Makefile b/devel/linux-f10-sdl12/Makefile index ec312f529c75..1efb89cb45c1 100644 --- a/devel/linux-f10-sdl12/Makefile +++ b/devel/linux-f10-sdl12/Makefile @@ -1,29 +1,32 @@ -# 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 +# New ports collection makefile for: devel/linux-f8-sdl12 +# Date created: 2008-04-03 +# Whom: bsam # # $FreeBSD$ # PORTNAME= sdl -PORTVERSION= 1.2.10 -PORTEPOCH= 1 +PORTVERSION= 1.2.13 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 +PKGNAMEPREFIX= linux-f8- +DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= Cross-platform multi-media development API (linux version) +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 -ONLY_FOR_ARCHS= i386 amd64 -DIST_SUBDIR= rpm -PLIST= ${MASTERDIR}/pkg-plist.${LINUX_RPM_ARCH} -PLIST_SUB+= SDLVER=${PORTVERSION} +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> |