aboutsummaryrefslogtreecommitdiffstats
path: root/comms/gammu-devel/Makefile
blob: 6acbd7f1798b73d4013b1e952ccd474f9f3fd928 (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
# New ports collection makefile for:   gammu
# Date created:        12 december 2003
# Whom:                Kirill Bezzubets <kirill@solaris.ru>
#
# $FreeBSD$
#

PORTNAME=   gammu
PORTVERSION=    1.03.0
CATEGORIES= comms
MASTER_SITES=   http://www.mwiacek.com/zips/gsm/gammu/stable/1_0x/

MAINTAINER= kirill@solaris.ru
COMMENT=    GNU All Mobile Management Utilities

MAN1=       gammu.1
USE_GMAKE=  yes
USE_GNOME=  pkgconfig
USE_REINPLACE=  yes
GNU_CONFIGURE=  yes
USE_AUTOTOOLS=  autoconf:259:env
INSTALLS_SHLIB= yes

PORTDOCS=   *

CONFIGURE_ARGS= --disable-bluerfsearch
CONFIGURE_ENV=  CFLAGS="${CFLAGS} -fPIC"

post-patch:
.if defined(NOPORTDOCS)
    @${REINPLACE_CMD} -e 's@ installdocs@@g' \
        ${WRKSRC}/cfg/Makefile.glo
.endif

.include <bsd.port.mk>