mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
fce0cc3272
MFH: 2024Q2
23 lines
416 B
Makefile
23 lines
416 B
Makefile
PORTNAME= molgif
|
|
DISTVERSION= g20180108
|
|
PORTREVISION= 20
|
|
CATEGORIES= science
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Tool to create GIF animations of molecules
|
|
WWW= https://github.com/ilyak/molgif
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ilyak
|
|
GH_TAGNAME= a7df9e4
|
|
GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|