mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
38 lines
893 B
Makefile
38 lines
893 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
|
|
|
|
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
USE_LINUX= yes
|
|
USE_XLIB= yes
|
|
|
|
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>
|