diff options
author | milki <milki@FreeBSD.org> | 2014-05-31 12:18:18 +0800 |
---|---|---|
committer | milki <milki@FreeBSD.org> | 2014-05-31 12:18:18 +0800 |
commit | d4a40f0c2f521806e48c9637766c06b0733b04cb (patch) | |
tree | 02ff501b90468fbda3d57fb5eac6bf157d7bb311 /biology/mafft | |
parent | 0aaf14205f4f0d14b6f263dee08cc27d05e6a75b (diff) | |
download | freebsd-ports-gnome-d4a40f0c2f521806e48c9637766c06b0733b04cb.tar.gz freebsd-ports-gnome-d4a40f0c2f521806e48c9637766c06b0733b04cb.tar.zst freebsd-ports-gnome-d4a40f0c2f521806e48c9637766c06b0733b04cb.zip |
Add DOCS and EXAMPLE options to biology/mafft
PR: ports/190161
Submitted by: "Reed A. Cartwright" <cartwright@asu.edu> (maintainer)
Approved by: swills (maintainer)
Diffstat (limited to 'biology/mafft')
-rw-r--r-- | biology/mafft/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/biology/mafft/Makefile b/biology/mafft/Makefile index 69584afb6145..70a3062758de 100644 --- a/biology/mafft/Makefile +++ b/biology/mafft/Makefile @@ -13,6 +13,8 @@ COMMENT= Multiple alignment program for amino acid or nucleotide sequences LICENSE= BSD2CLAUSE +OPTIONS_DEFINE= DOCS EXAMPLES + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-without-extensions BUILD_WRKSRC= ${WRKSRC}/core |