diff options
Diffstat (limited to 'devel/linux-f8-sdl12')
-rw-r--r-- | devel/linux-f8-sdl12/Makefile | 56 | ||||
-rw-r--r-- | devel/linux-f8-sdl12/distinfo.alpha | 1 | ||||
-rw-r--r-- | devel/linux-f8-sdl12/distinfo.i386 | 1 | ||||
-rw-r--r-- | devel/linux-f8-sdl12/pkg-descr | 10 | ||||
-rw-r--r-- | devel/linux-f8-sdl12/pkg-plist.alpha | 8 | ||||
-rw-r--r-- | devel/linux-f8-sdl12/pkg-plist.i386 | 9 |
6 files changed, 0 insertions, 85 deletions
diff --git a/devel/linux-f8-sdl12/Makefile b/devel/linux-f8-sdl12/Makefile deleted file mode 100644 index dcaa16d1e12e..000000000000 --- a/devel/linux-f8-sdl12/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# 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.5 -PORTREVISION= 2 -CATEGORIES= devel linux -MASTER_SITES= http://www.libsdl.org/release/ \ - ftp://ftp.icm.edu.pl/vol/rzm9/linux-pld/pool/s/SDL/ -PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME:U}-${PORTVERSION:S/.1$/-1/}-1.${MACHINE_ARCH} -EXTRACT_SUFX= .rpm -EXTRACT_ONLY= - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= Cross-platform multi-media development API (linux version) - -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm - -USE_LINUX= yes -USE_LINUX_PREFIX= yes -USE_XLIB= yes -LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig - -ONLY_FOR_ARCHS= i386 alpha amd64 -DIST_SUBDIR= rpm -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -PLIST= ${MASTERDIR}/pkg-plist.${MACHINE_ARCH} -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} - -DBPATH= /var/lib/rpm -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -MACHINE_ARCH= i386 -.endif - -.if ${ARCH} == "alpha" -BROKEN= "Unfetchable" -.endif - -do-install: - @${LOCALBASE}/bin/rpm -U ${RPMFLAGS} ${RPMDIR}/${DISTFILES} - @${LDCONFIG_LINUX} - -.include <bsd.port.post.mk> diff --git a/devel/linux-f8-sdl12/distinfo.alpha b/devel/linux-f8-sdl12/distinfo.alpha deleted file mode 100644 index 03d2252e650b..000000000000 --- a/devel/linux-f8-sdl12/distinfo.alpha +++ /dev/null @@ -1 +0,0 @@ -MD5 (rpm/SDL-1.2.5-1.alpha.rpm) = 32449f9682e0b34c09421859d21b5fce diff --git a/devel/linux-f8-sdl12/distinfo.i386 b/devel/linux-f8-sdl12/distinfo.i386 deleted file mode 100644 index 3e6d6eeac07f..000000000000 --- a/devel/linux-f8-sdl12/distinfo.i386 +++ /dev/null @@ -1 +0,0 @@ -MD5 (rpm/SDL-1.2.5-1.i386.rpm) = 60fc1cc75098167f5d836b0af1ba25c8 diff --git a/devel/linux-f8-sdl12/pkg-descr b/devel/linux-f8-sdl12/pkg-descr deleted file mode 100644 index 3c378f3d553e..000000000000 --- a/devel/linux-f8-sdl12/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Unstable development version of the SDL library (linux version). - -This library is designed to make it easy to write games that run -on UNIX, Win32 and BeOS using the various native high-performance -media interfaces, (for video, audio, etc) and presenting a single -source-code level API to your application. This is a fairly low -level API, but using this, completely portable applications can be -written with a great deal of flexibility. - -WWW: http://www.libsdl.org/ diff --git a/devel/linux-f8-sdl12/pkg-plist.alpha b/devel/linux-f8-sdl12/pkg-plist.alpha deleted file mode 100644 index 4e5d3adfe310..000000000000 --- a/devel/linux-f8-sdl12/pkg-plist.alpha +++ /dev/null @@ -1,8 +0,0 @@ -usr/doc/SDL-1.2.5/BUGS -usr/doc/SDL-1.2.5/COPYING -usr/doc/SDL-1.2.5/CREDITS -usr/doc/SDL-1.2.5/README-SDL.txt -usr/lib/libSDL-1.1.so.0 -usr/lib/libSDL-1.2.so.0 -usr/lib/libSDL-1.2.so.0.0.5 -@dirrm usr/doc/SDL-1.2.5 diff --git a/devel/linux-f8-sdl12/pkg-plist.i386 b/devel/linux-f8-sdl12/pkg-plist.i386 deleted file mode 100644 index f822d036c62a..000000000000 --- a/devel/linux-f8-sdl12/pkg-plist.i386 +++ /dev/null @@ -1,9 +0,0 @@ -usr/doc/SDL-1.2.5/BUGS -usr/doc/SDL-1.2.5/COPYING -usr/doc/SDL-1.2.5/CREDITS -usr/doc/SDL-1.2.5/README-SDL.txt -usr/lib/libSDL-1.1.so.0 -usr/lib/libSDL-1.2.so.0 -usr/lib/libSDL-1.2.so.0.0.5 -@dirrm usr/doc/SDL-1.2.5 -@dirrmtry usr/doc |