aboutsummaryrefslogtreecommitdiffstats
path: root/devel/veepee/Makefile
blob: 75c5ca48931819a618cf20ae3d6ba0958c66db90 (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
# Ports collection Makefile for:    veepee
# Date created:             2 August 2000
# Whom:                 Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   veepee
PORTVERSION=    1.0
CATEGORIES= devel python gnome
MASTER_SITES=   http://www.river-bank.demon.co.uk/software/
DISTNAME=   VeePee-${PORTVERSION}

MAINTAINER= sobomax@FreeBSD.org

LIB_DEPENDS=    gnome.4:${PORTSDIR}/x11/gnomelibs \
        gd.1:${PORTSDIR}/graphics/gd

USE_XLIB=   yes
USE_PYTHON= yes
USE_LIBTOOL=    yes
CONFIGURE_ENV=  LDFLAGS="-pthread ${PYTHON_LIBS}"
CONFIGURE_ARGS= --with-gd-includes=${LOCALBASE}/include/gd \
        --disable-kde
.if exists(/usr/lib/libcrypto.a)
PYTHON_LIBS+=   -lcrypto
.endif

pre-patch:
    @${PERL} -pi -e 's|-lpthread|-pthread|g' \
        ${WRKSRC}/configure

post-configure:
    @${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
        ${WRKSRC}/libtool

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${PREFIX}/share/doc/veepee
    ${MKDIR} ${PREFIX}/share/examples/veepee
    cd ${WRKSRC}/doc && \
        ${INSTALL_DATA} GNOMEapi.txt controls.txt ${PREFIX}/share/doc/veepee
    cd ${WRKSRC}/examples && \
        ${INSTALL_SCRIPT} *.py ${PREFIX}/share/examples/veepee
.endif

.include <bsd.port.mk>