588b8f2883
PR: 144165 144167 144168 144170 144171 144172 144173 144174 144183 144493 144496 Submitted by: Andrius Morkunas <hinokind@gmail.com> Feature safe: yes
36 lines
828 B
Makefile
36 lines
828 B
Makefile
# New ports collection makefile for: relview
|
|
# Date created: October 24 2002
|
|
# Whom: Michael Ebert <ebert@informatik.unibw-muenchen.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= relview
|
|
PORTVERSION= 7.0.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= math linux
|
|
MASTER_SITES= ftp://ftp.informatik.uni-kiel.de/pub/kiel/relview/RELVIEW_7.0/LINUX/
|
|
PKGNAMEPREFIX= linux-
|
|
EXTRACT_SUFX= .gz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An interactive tool for manipulation of relations
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX= yes
|
|
USE_LINUX_APPS= gtk xorglibs
|
|
|
|
NO_WRKSUBDIR= yes
|
|
EXTRACT_AFTER_ARGS= > ${DISTNAME}
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
|
|
do-install:
|
|
${BRANDELF} -t Linux ${WRKDIR}/${DISTNAME}
|
|
${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin
|
|
${LN} -fhs ${PREFIX}/bin/${DISTNAME} ${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|