1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/science/molgif/Makefile
Ashish SHUKLA fce0cc3272
all: Bump after lang/go121 update
MFH:		2024Q2
2024-05-13 17:56:04 +00:00

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>