diff options
Diffstat (limited to 'deskutils/displaycalibrator/Makefile')
-rw-r--r-- | deskutils/displaycalibrator/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/deskutils/displaycalibrator/Makefile b/deskutils/displaycalibrator/Makefile deleted file mode 100644 index 6cb9d5a06691..000000000000 --- a/deskutils/displaycalibrator/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= displaycalibrator -PORTVERSION= 0.7 -PORTREVISION= 6 -CATEGORIES= deskutils gnustep -MASTER_SITES= http://gnu.ethz.ch/linuks.mine.nu/displaycalibrator/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Frontend to xgamma - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - -USES= gnustep -USE_GNUSTEP= back build - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/DisplayCalibrator.app/DisplayCalibrator - -.include <bsd.port.mk> |