1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/pycanberra/Makefile
Antoine Brodin 0c4f18cb38 - Fix a typo, an empty package was created
- While here, fix indentation

MFH:		2018Q1
2018-01-02 06:56:20 +00:00

28 lines
517 B
Makefile

# Created by: blubee <hello@blubee.me>
# $FreeBSD$
PORTNAME= pycanberra
DISTVERSION= 1
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= hello@blubee.me
COMMENT= Very basic wrapper for libcanberra
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python
USE_PYTHON= autoplist distutils optsuffix
USE_GITHUB= yes
GH_ACCOUNT= totdb
GH_TAGNAME= 88c53cd
post-patch:
@(cd ${WRKSRC} && ${MKDIR} ${WRKSRC}/pycanberra && \
${MV} pycanberra.py ${WRKSRC}/pycanberra && \
${TOUCH} __init__.py)
.include <bsd.port.mk>