1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/x11-wm/simple-ccsm/Makefile
Antoine Brodin f83e399f8c - Fix build when python symlink is not present
- Remove dependency on python2 symlink
2016-11-22 21:57:51 +00:00

27 lines
693 B
Makefile

# Created by: Robert Noland <rnoland@FreeBSD.org>
# $FreeBSD$
PORTNAME= simple-ccsm
PORTVERSION= 0.8.8
PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
MAINTAINER= freebsd-ports@dan.me.uk
COMMENT= Python/GTK based settings manager for CompizConfig
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:x11-wm/compizconfig-python
USES= gettext gmake pkgconfig python:2.7 tar:bzip2
USE_GNOME= intltool pygtk2
INSTALLS_ICONS= yes
post-patch:
${REINPLACE_CMD} 's,@python ,@${PYTHON_CMD} ,' ${WRKSRC}/Makefile
do-install:
@(cd ${WRKSRC}; ${PYTHON_CMD} setup.py install --root=${STAGEDIR} --prefix=${PREFIX})
.include <bsd.port.mk>