freebsd-ports/graphics/linux-f10-sdl_image/Makefile
Boris Samorodov 67a394faf7 o convert the port to use bsd.linux-rpm.mk infrostructure;
o  update to a newer version 1.2.5;
o  add fetching of the sources when PACKAGE_BUILDING=YES;
o  introduce SDLIMVER to be used at pkg-plist file.

Approved by:	nivit@users.sourceforge.net (maintainer timeout, emailed 2006-06-26,
		netchild (mentor, implicit)
2006-08-03 23:24:08 +00:00

28 lines
755 B
Makefile

# 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@users.sourceforge.net
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>