forked from Lainports/opnsense-ports
28 lines
700 B
Makefile
28 lines
700 B
Makefile
# Created by: Johannes Meixner <johannes@perceivon.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sdl_image
|
|
PORTVERSION= 1.2.12
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics linux
|
|
MASTER_SITES= EPEL
|
|
DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Simple library to load images as SDL interfaces (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
CONFLICTS= linux-sdl_image-[0-9]* linux-f8-sdl_image-[0-9]*
|
|
|
|
LINUX_NAME= SDL_image
|
|
RPMVERSION= 9.el6
|
|
USES= linux:c6
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= jpeg png sdl12 tiff
|
|
USE_LINUX_RPM= yes
|
|
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION}
|
|
PORTDOCS= CHANGES COPYING README
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|