7cfd54f220
- Use DATADIR macro - Use PORTDOCS scheme PR: ports/85139 [1] Submitted by: Boris Samorodov <bsam@ipt.ru> [1] Approved by: maintainer timeout (14 days)
35 lines
723 B
Makefile
35 lines
723 B
Makefile
# New ports collection makefile for: gammu
|
|
# Date created: 12 december 2003
|
|
# Whom: Kirill Bezzubets <kirill@solaris.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gammu
|
|
PORTVERSION= 1.02.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
|
|
WANT_AUTOCONF_VER=259
|
|
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>
|