diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-08-09 01:00:45 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-08-09 01:00:45 +0000 |
commit | f3b72565d6072c43c8fd84206d1344ac844b7076 (patch) | |
tree | 0881a8fd42d1573f5f4e6c09d8edd4c950ce37c9 /biology | |
parent | c9e513566535e12e7d7edf6b22aafe379ce16a26 (diff) | |
download | ports-f3b72565d6072c43c8fd84206d1344ac844b7076.tar.gz ports-f3b72565d6072c43c8fd84206d1344ac844b7076.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/dotter/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/biology/dotter/Makefile b/biology/dotter/Makefile index 239a4c5811a9..c26f2df53035 100644 --- a/biology/dotter/Makefile +++ b/biology/dotter/Makefile @@ -19,22 +19,15 @@ MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= A viewer for multiple sequence alignments USE_LINUX= yes +ONLY_FOR_ARCHS= i386 NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} bin/${DISTNAME} -.include <bsd.port.pre.mk> - -.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 <bsd.port.post.mk> +.include <bsd.port.mk> |