public distfiles are available, or for which are -devel version with a more recent stable version for long Feature safe: yes
27 lines
514 B
Makefile
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>
|