freebsd-ports/math/linux-relview/Makefile
Boris Samorodov 0263b9d868 Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:		ports/132510
Submitted by:	bsam (me)
Exp-run by:	portmgr (pav)
2009-03-19 17:28:51 +00:00

36 lines
822 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
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>