371276505d
GAMMApage is a gamma-adjusting utility for your monitor. It is able to adjust gamma on the fly and save settings to be used at each login (on a per-user basis, GAMMApage will only write to the user's home directory). tested by several, ok simon@
35 lines
692 B
Makefile
35 lines
692 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/11/13 07:12:30 ajacoutot Exp $
|
|
|
|
COMMENT= gamma-adjusting utility
|
|
|
|
DISTNAME= GAMMApage-0.5
|
|
CATEGORIES= x11
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
HOMEPAGE= http://www.pcbypaul.com/software/GAMMApage.html
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.pcbypaul.com/software/dl/
|
|
|
|
MODULES= lang/python
|
|
|
|
RUN_DEPENDS= ::x11/py-gtk2
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
PKG_ARCH= *
|
|
|
|
pre-configure:
|
|
@find ${WRKDIST} -name \*.py | \
|
|
xargs perl -pi -e 's,/usr/bin/env python,${MODPY_BIN},g'
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/GAMMApage.py ${PREFIX}/bin/GAMMApage
|
|
|
|
.include <bsd.port.mk>
|