# ex:ts=8 # New ports collection makefile for: belvu # Date created: 11 Jan 2006 # Whom: Fernan Aguero # # $FreeBSD$ # PORTNAME= belvu PORTVERSION= 2.29 CATEGORIES= biology MASTER_SITES= ftp://ftp.cgb.ki.se/pub/prog/belvu/ DISTNAME= ${PORTNAME}.LIN_32bit_${PORTVERSION} EXTRACT_SUFX= # EXTRACT_ONLY= # MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= A viewer for multiple sequence alignments USE_LINUX= yes NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} bin/${DISTNAME} .include .if ${ARCH} != "i386" IGNORE= there are also executables for Alpha and Sparc \ but they are for OSF and Solaris ... do they \ run on FreeBSD-Sparc and FreeBSD-alpha? .endif do-install: ${INSTALL_PROGRAM} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin ${BRANDELF} -t Linux ${PREFIX}/bin/${DISTNAME} ( cd ${PREFIX}/bin && ${LN} -s ${DISTNAME} ${PORTNAME} ) .include cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/frox
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSEsem2012-10-171-24/+28
| | | | | | - Convert to a new OPTIONS format Feature safe: yes
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-062-1/+1
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.