2004-12-23 07:23:35 +01:00
|
|
|
# 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
|
2006-08-04 01:24:08 +02:00
|
|
|
PORTVERSION= 1.2.5
|
2009-06-04 09:51:29 +02:00
|
|
|
PORTREVISION= 3
|
2004-12-23 07:23:35 +01:00
|
|
|
CATEGORIES= graphics linux
|
|
|
|
MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/
|
2009-06-04 09:51:29 +02:00
|
|
|
DISTNAME= ${LINUX_NAME}-${PORTVERSION}-1
|
2004-12-23 07:23:35 +01:00
|
|
|
|
2006-12-10 02:21:51 +01:00
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
2004-12-23 07:23:35 +01:00
|
|
|
COMMENT= A simple library to load images as SDL interfaces (linux version)
|
|
|
|
|
2009-06-02 23:15:40 +02:00
|
|
|
CONFLICTS= linux-f8-sdl_image-[0-9]* linux-f10-sdl_image-[0-9]*
|
2009-04-01 12:10:16 +02:00
|
|
|
|
2006-08-04 01:24:08 +02:00
|
|
|
USE_LINUX_RPM= yes
|
2009-03-19 18:28:51 +01:00
|
|
|
USE_LINUX_APPS= sdl12
|
2009-06-20 15:59:54 +02:00
|
|
|
LINUX_DIST_VER= 4
|
2006-08-04 01:24:08 +02:00
|
|
|
INSTALL_SHLIB= yes
|
2006-05-30 00:02:05 +02:00
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
2004-12-23 07:23:35 +01:00
|
|
|
DIST_SUBDIR= rpm
|
2006-08-04 01:24:08 +02:00
|
|
|
PLIST_SUB+= SDLIMVER=${PORTVERSION}
|
|
|
|
MD5_FILE= ${PKGDIR}/distinfo
|
2009-06-04 09:51:29 +02:00
|
|
|
LINUX_NAME= SDL_image
|
|
|
|
|
|
|
|
PLIST_FILES= usr/lib/libSDL_image-1.2.so.0 usr/lib/libSDL_image-1.2.so.0.1.4
|
|
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION}
|
|
|
|
PORTDOCS= CHANGES COPYING README
|
2004-12-23 07:23:35 +01:00
|
|
|
|
2006-08-04 01:24:08 +02:00
|
|
|
.include <bsd.port.mk>
|