# ex:ts=8 # New ports collection makefile for: dotter # Date created: 11 Jan 2006 # Whom: Fernan Aguero # # $FreeBSD$ # PORTNAME= dotter PORTVERSION= 20021204 # last modified date in FTP server CATEGORIES= biology MASTER_SITES= ftp://ftp.cgb.ki.se/pub/esr/dotter/ DISTNAME= ${PORTNAME}.LIN EXTRACT_SUFX= # DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} 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: ${BRANDELF} -t Linux ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \ ${PREFIX}/bin ( cd ${PREFIX}/bin && ${LN} -s ${DISTNAME} ${PORTNAME} ) .include