aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/simpleviewer/Makefile
blob: 47d8cc5403e561f0ed4058a536194bd94a54f6ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# New ports collection makefile for:    Simple Viewer GL
# Date created:             08 Apr 2011
# Whom:                 Alexey Dokuchaev <danfe@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   simpleviewer
PORTVERSION=    1.7.1553.8560
PORTREVISION=   3
CATEGORIES= graphics
MASTER_SITES=   SF/${PORTNAME}/OpenGL%20edition
DISTNAME=   sviewgl-src-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Small and simple OpenGL image viewer with transparency support

LICENSE=    GPLv2

LIB_DEPENDS=    jpeg.11:${PORTSDIR}/graphics/jpeg \
        png15:${PORTSDIR}/graphics/png \
        gif.5:${PORTSDIR}/graphics/giflib

USE_BZIP2=  yes
USE_EFL=    imlib2
USE_GL=     glut
WRKSRC=     ${WRKDIR}/sviewgl-src
CFLAGS+=    -I${LOCALBASE}/include/libpng15
MAKE_ARGS=  CC=${CXX}

PLIST_FILES=    bin/sviewgl

.include <bsd.port.pre.mk>

post-patch:
    @${REINPLACE_CMD} -e 's,-O2,${CFLAGS}, ; s,/usr/include,${LOCALBASE}/include,g ; \
        s,=-s,=-L${LOCALBASE}/lib,' ${WRKSRC}/Makefile
.if ${OSVERSION} < 800501
    @${REINPLACE_CMD} -e 's,const struct dirent,struct dirent,' \
        ${WRKSRC}/src/fileslist.*
.endif

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/sviewgl ${PREFIX}/bin

.include <bsd.port.post.mk>