diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-03-04 21:01:08 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-03-04 21:01:08 +0000 |
commit | 5a040ba21e333e794438fc83e9f6a0187821c674 (patch) | |
tree | 12f0bae2cc3fe2c3bab8b4a904a69541a19002e9 /comms/gammu/Makefile | |
parent | 729d16e8b2faeab7bb74ab0e367706fec51107a2 (diff) | |
download | ports-5a040ba21e333e794438fc83e9f6a0187821c674.tar.gz ports-5a040ba21e333e794438fc83e9f6a0187821c674.zip |
Notes
Diffstat (limited to 'comms/gammu/Makefile')
-rw-r--r-- | comms/gammu/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index 5611fb77abdc..66c00a143ea2 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -21,16 +21,19 @@ CMAKE_ARGS+= -DINSTALL_LIBDATA_DIR=${LOCALBASE}/libdata USE_CMAKE= yes USE_GNOME= pkgconfig -.if defined(NOPORTDOCS) -EXTRA_PATCHES=files/extra-patch-CMakeLists.txt +.if defined(WITH_PYTHON_GAMMU) +USE_PYTHON= YES +PLIST_SUB= WITH_PYTHON_GAMMU="" .else +PLIST_SUB= WITH_PYTHON_GAMMU="@comment " +.endif + MAN1= gammu.1 gammu-config.1 jadmaker.1 gammu-smsd.1 gammu-smsd-inject.1 \ gammu-smsd-monitor.1 MAN5= gammu-smsdrc.5 gammurc.5 MAN7= gammu-smsd-files.7 gammu-smsd-mysql.7 gammu-smsd-pgsql.7 \ gammu-smsd-dbi.7 gammu-smsd-tables.7 PORTDOCS= * -.endif .include <bsd.port.pre.mk> |