5b721b6172
This puts all version information together in the port Makefiles.
28 lines
757 B
Makefile
28 lines
757 B
Makefile
# Created by: Kevin Bowling <kbowling@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= power9-functional-sim
|
|
PORTVERSION= 1.1
|
|
DISTVERSIONSUFFIX= -0.el7
|
|
CATEGORIES= emulators linux
|
|
MASTER_SITES= http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.1-0/
|
|
|
|
MAINTAINER= kbowling@FreeBSD.org
|
|
COMMENT= IBM POWER9 Functional Simulator (mambo) (CentOS ${LINUX_DIST_VER})
|
|
|
|
LICENSE= IBMFUNCTIONALSIM
|
|
LICENSE_NAME= IBM Functional Simulator License
|
|
LICENSE_FILE= ${WRKSRC}/opt/ibm/systemsim-p9/license/Softcopy/LA_en
|
|
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
|
|
|
ONLY_FOR_ARCHS= amd64
|
|
|
|
USES= linux:c7
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= tcl85
|
|
USE_LINUX_RPM= nolib
|
|
|
|
BIN_DISTNAMES= systemsim-p9-${DISTVERSION}${DISTVERSIONSUFFIX}
|
|
SRC_DISTFILES=
|
|
|
|
.include <bsd.port.mk>
|