forked from Lainports/freebsd-ports
19 lines
379 B
Makefile
19 lines
379 B
Makefile
# New ports collection makefile for: comms/gammu-python
|
|
# Date created: 14 May 2010
|
|
# Whom: bsam
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -python
|
|
|
|
CONFLICTS= gammu-[1-9]* gammu-devel-[1-9]*
|
|
|
|
DEPRECATED= since version 1.29.0 comms/gammu uses python by default
|
|
EXPIRATION_DATE= 2011-05-11
|
|
|
|
WITH_PYTHON_GAMMU= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../gammu
|
|
|
|
.include "${MASTERDIR}/Makefile"
|