(so those who use comms/gammu with WITH_PYTHON_GAMMU option get the same files and pkg-plists as users of comms/gammu-python); . compile all python files after installing (not just __init__.py); . remove PORTREVISION from comms/gammu-python (should be fine to reflect the one from the master port, and it's bumped indirectly from 1 to 2); . do not bump PORTREVISION for comms/gammu since it's default package s not touched by those changes).
17 lines
281 B
Makefile
17 lines
281 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]*
|
|
|
|
WITH_PYTHON_GAMMU= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../gammu
|
|
|
|
.include "${MASTERDIR}/Makefile"
|