freebsd-ports/benchmarks/gsbench/Makefile
Baptiste Daroussin da6c3af5fc Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available, or for which are -devel version with a more
recent stable version for long

Feature safe:	yes
2012-10-26 14:57:50 +00:00

27 lines
514 B
Makefile

# $FreeBSD$
PORTNAME= gsbench
PORTVERSION= 0.5.2
PORTREVISION= 2
CATEGORIES= benchmarks gnustep
MASTER_SITES= http://www.nice.ch/~phip/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= dinoex
DISTNAME= GSBench-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Benchmarking tool for GNUstep
DEPRECATED= No more public distfiles
EXPIRATION_DATE= 2012-11-26
LICENSE= GPLv2
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/GSBench
.include <bsd.port.mk>