aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/EZWGL/Makefile
blob: dad791633973f8ca752942998c206a4e9b4a4d49 (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
47
48
49
50
51
# New ports collection makefile for:    EZWGL
# Version required:         1.39
# Date created:             4 May 1998
# Whom:                 Andrey Zakhvatov
#
# $Id: Makefile,v 1.9 1998/09/19 01:27:52 hoek Exp $
#

DISTNAME=   EZWGL-1.39
CATEGORIES= graphics devel x11
MASTER_SITES=   ftp://ftp.ma.utexas.edu/pub/mzou/
DISTFILES=  ${DISTNAME}-src.tgz ${DISTNAME}-doc.tgz

MAINTAINER= andy@icc.surw.chel.su

LIB_DEPENDS=    jpeg.9:${PORTSDIR}/graphics/jpeg

ALL_TARGET= shared clean static
USE_X_PREFIX=   yes
WRKSRC=     ${WRKDIR}/${PKGNAME}

.include "files/manpages"

pre-install:
    -@ ${RM} ${WRKSRC}/examples/Makefile.orig
    -@ ${RM} ${WRKSRC}/examples/ExampleMsg

do-install:
    @ ${INSTALL_DATA} ${WRKSRC}/include/EZ.h ${PREFIX}/include
    @ ${INSTALL_DATA} ${WRKSRC}/lib/libEZ.a ${PREFIX}/lib
    @ ${INSTALL_DATA} ${WRKSRC}/lib/libEZ.so.1.3 ${PREFIX}/lib
.for file in ${MAN3}
    @ ${INSTALL_MAN} ${WRKSRC}/man3/${file} ${PREFIX}/man/man3
.endfor
    @ ${MKDIR} ${PREFIX}/share/examples/EZ/pixmaps
    @ ${INSTALL_DATA} \
        `find ${WRKSRC}/examples \! -type d | grep -v pixmaps` \
        ${PREFIX}/share/examples/EZ
    @ ${INSTALL_DATA} ${WRKSRC}/examples/pixmaps/* \
            ${PREFIX}/share/examples/EZ/pixmaps
.if !defined(NOPORTDOCS)
    @ ${MKDIR} ${PREFIX}/share/doc/EZ
    @ ${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/EZ
    @ cd ${WRKSRC}; tar cf - html ps | \
        (cd ${PREFIX}/share/doc/EZ; tar --unlink -xf - )
.endif

post-install:
    ${LDCONFIG} -m ${PREFIX}/lib

.include <bsd.port.mk>