aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ois/Makefile
blob: f4e9d8998edb1e07c43634cf29c95a4419b5c82a (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
# New ports collection makefile for:    ois
# Date created:     16 Jun 2008
# Whom:         Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#

PORTNAME=   ois
PORTVERSION=    1.2.0
PORTREVISION=   3
CATEGORIES= devel
MASTER_SITES=   SF/wgois/Source%20Release/1.2
DISTNAME=   ${PORTNAME}_${PORTVERSION}

MAINTAINER= amdmi3@FreeBSD.org
COMMENT=    Object Oriented Input System

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_GNOME=  gnomehack
USE_AUTOTOOLS=  libtool:env aclocal:env autoheader:env automake:env autoconf:env
USE_XORG=   x11 xaw
USE_LDCONFIG=   yes
MAKE_JOBS_SAFE= yes

CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

WRKSRC=     ${WRKDIR}/${PORTNAME}

post-patch:
    @${REINPLACE_CMD} 's|^pkgconfigdir = .*|pkgconfigdir=$${prefix}/libdata/pkgconfig|' \
        ${WRKSRC}/Makefile.am

pre-configure:
    @cd ${WRKSRC} && ./bootstrap

.include <bsd.port.mk>