opnsense-ports/comms/py-gammu/Makefile
Franco Fichtner 2c32c04423 */*: sync with upstream
Taken from: FreeBSD
2016-05-26 07:35:16 +02:00

22 lines
458 B
Makefile

# Created by: vanilla@
# $FreeBSD$
PORTNAME= gammu
PORTVERSION= 2.6
CATEGORIES= comms python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Python bindings for Gammu library
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libGammu.so:comms/gammu
USES= pkgconfig python:-2.7 tar:bz2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>