aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libgiigic/Makefile
blob: 9ba14b99531aa07d7b9b833c6c76b2ff82334962 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$

PORTNAME=   libgiigic
PORTVERSION=    1.1.2
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   SF/ggi/ggi-libs/${PORTNAME}-${PORTVERSION}
DISTNAME=   ${PORTNAME}-${PORTVERSION}.src

MAINTAINER= antoine@FreeBSD.org
COMMENT=    Library on top of libgii, gic stands for General Input Configuration

LICENSE=    MIT

LIB_DEPENDS=    gii:${PORTSDIR}/devel/libgii

DEPRECATED= Unmaintained
EXPIRATION_DATE=2013-09-01

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_BZIP2=  yes
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes

MAN3=       gicActionLazyAction.3 \
        gicActionWrite.3 \
        gicContextAllocate.3 \
        gicControlAllocate.3 \
        gicFeatureActivate.3 \
        gicFeatureAllocate.3 \
        gicFeatureAttachAction.3 \
        gicFeatureAttachRecognizerDriver.3 \
        gicFeatureMapActions.3 \
        gicFeatureWrite.3 \
        gicHeadAllocate.3 \
        gicInit.3 \
        gicInputRegister.3 \
        gicOpen.3 \
        gicRecognizerDriverRegister.3 \
        gicRecognizerTrain.3 \
        gicRecognizerWrite.3 \
        gic_context.3 \
        gic_control.3 \
        gic_feature.3 \
        gic_head.3
MAN7=       libgiigic-usage.7 \
        libgiigic.7
MLINKS=     gicActionLazyAction.3 gicActionLazyGetstate.3 \
        - gicActionLazyReset.3 \
        gicActionWrite.3 gicActionMapActions.3 \
        gicContextAllocate.3 gicContextAttachControl.3 \
        - gicContextDetachControl.3 - gicContextFindConflict.3 \
        - gicContextFree.3 - gicContextGetControl.3 \
        - gicContextGetName.3 - gicContextHandleEvent.3 \
        - gicContextLookupControl.3 - gicContextMapActions.3 \
        - gicContextNumControls.3 - gicContextRead.3 \
        - gicContextWrite.3 \
        gicControlAllocate.3 gicControlAttachFeature.3 \
        - gicControlDetachFeature.3 - gicControlFindConflict.3 \
        - gicControlFree.3 - gicControlGetFeature.3 \
        - gicControlGetName.3 - gicControlHandleEvent.3 \
        - gicControlLookupFeature.3 - gicControlMapActions.3 \
        - gicControlNumFeatures.3 - gicControlRead.3 \
        - gicControlWrite.3 \
        gicInit.3 gicExit.3 \
        gicFeatureActivate.3 gicFeatureHandleEvent.3 \
        gicFeatureAttachAction.3 gicFeatureDetachAction.3 \
        gicFeatureAttachRecognizerDriver.3 \
        gicFeatureAttachRecognizer.3 - gicFeatureDetachRecognizer.3 \
        - gicFeatureGetName.3 - gicFeatureGetRecognizer.3 \
        - gicFeatureNumRecognizers.3 \
        gicFeatureAllocate.3 gicFeatureFree.3 \
        gicFeatureMapActions.3 gicFeatureFindConflict.3 \
        gicFeatureWrite.3 gicFeatureRead.3 \
        gicHeadAllocate.3 gicHeadAttachContext.3 \
        - gicHeadDetachContext.3 - gicHeadFree.3 \
        - gicHeadGetContext.3 - gicHeadLookupContext.3 \
        - gicHeadMapActions.3 - gicHeadNumContexts.3 \
        - gicHeadRead.3 - gicHeadWrite.3 \
        gicOpen.3 gicClose.3 \
        gicRecognizerDriverRegister.3 gicRecognizerDriverLookup.3 \
        - gicRecognizerDriverUnregister.3 \
        gicRecognizerTrain.3 gicRecognizerFindConflict.3 \
        - gicRecognizerGetName.3 - gicRecognizerGetOpposite.3 \
        - gicRecognizerTrainAdd.3 - gicRecognizerTrainMove.3 \
        - gicRecognizerTrainStart.3 - gicRecognizerTrainStop.3

post-install:
    ${INSTALL_DATA} ${WRKSRC}/libgiigic.conf ${PREFIX}/etc/ggi/libgiigic.conf.dist

.include <bsd.port.mk>