1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/science/msms/Makefile
Alexey Dokuchaev 61b6613393 Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.

While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names.
2021-10-25 12:58:29 +00:00

37 lines
1.2 KiB
Makefile

PORTNAME= msms
DISTVERSION= 2.6.1
CATEGORIES= science
MASTER_SITES= http://mgltools.scripps.edu/downloads/tars/releases/MSMSRELEASE/REL${DISTVERSION}/
DISTNAME= ${PORTNAME}_${ARCH_MSMS_DIST}Linux2_${DISTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Program to efficiently compute molecular surfaces
LICENSE= MSMS_LICENSE
LICENSE_NAME= MSMS License
LICENSE_FILE= ${WRKSRC}/license.txt
LICENSE_PERMS= none # No redistribution is allowed, no commercial use, only for use by individuals
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= binaries available only for ${ONLY_FOR_ARCHS}
NO_WRKSUBDIR= yes
NO_BUILD= yes
ARCH_MSMS_DIST= ${ARCH:S/amd64/i86_64/:S/i386/i86/}
ARCH_MSMS_FILE= ${ARCH:S/amd64/x86_64/:S/i386/i86/}
DISTINFO_FILE= ${MASTERDIR}/distinfo-${ARCH}
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
post-extract:
@${AWK} -f ${FILESDIR}/extract-license.awk < ${WRKSRC}/README > ${LICENSE_FILE}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}.${ARCH_MSMS_FILE}Linux2.${DISTVERSION}${ARCH:S/amd64/.staticgcc/:S/${ARCH}//} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>