1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Replace IGNORE with ONLY_FOR_ARCHS for this binary port.

Submitted by:	maintainer
This commit is contained in:
Kris Kennaway 2007-08-09 01:00:45 +00:00
parent c9e5135665
commit f3b72565d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197358

View File

@ -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>