diff options
Diffstat (limited to 'graphics/linux-f8-sdl_image/Makefile')
-rw-r--r-- | graphics/linux-f8-sdl_image/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/graphics/linux-f8-sdl_image/Makefile b/graphics/linux-f8-sdl_image/Makefile deleted file mode 100644 index b5c24c39df72..000000000000 --- a/graphics/linux-f8-sdl_image/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: linux-sdl_image -# Date created: 09 July 2004 -# Whom: Nicola Vitale <nivit@email.it> -# Based on: devel/linux-sdl12 by martin@tradex.sk -# -# $FreeBSD$ -# - -PORTNAME= sdl_image -PORTVERSION= 1.2.5 -CATEGORIES= graphics linux -MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ -DISTNAME= SDL_image-${PORTVERSION}-1 - -MAINTAINER= nivit@FreeBSD.org -COMMENT= A simple library to load images as SDL interfaces (linux version) - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 - -USE_LINUX_RPM= yes -INSTALL_SHLIB= yes -ONLY_FOR_ARCHS= i386 amd64 -DIST_SUBDIR= rpm -PLIST_SUB+= SDLIMVER=${PORTVERSION} -MD5_FILE= ${PKGDIR}/distinfo - -.include <bsd.port.mk> |