diff options
Diffstat (limited to 'graphics/linux-c7-sdl_image/Makefile')
-rw-r--r-- | graphics/linux-c7-sdl_image/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/graphics/linux-c7-sdl_image/Makefile b/graphics/linux-c7-sdl_image/Makefile index 263f749b150c..d5b44688db8d 100644 --- a/graphics/linux-c7-sdl_image/Makefile +++ b/graphics/linux-c7-sdl_image/Makefile @@ -3,17 +3,19 @@ PORTNAME= sdl_image PORTVERSION= 1.2.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics linux MASTER_SITES= EPEL7/s -DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} +DISTNAME= ${LINUXNAME}-${DISTVERSIONFULL} MAINTAINER= emulation@FreeBSD.org COMMENT= Simple library to load images as SDL interfaces (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* -LINUX_NAME= SDL_image +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} +LINUXNAME= SDL_image ONLY_FOR_ARCHS= amd64 RPMVERSION= 11.el7 USES= linux:c7 @@ -21,9 +23,4 @@ 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> |