mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
b760897dde
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
25 lines
449 B
Makefile
25 lines
449 B
Makefile
# Created by: Chi
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmakemol
|
|
PORTVERSION= 5.16
|
|
PORTREVISION= 6
|
|
CATEGORIES= science
|
|
MASTER_SITES= SAVANNAH
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Molecule Viewer Program Based on Motif Widget
|
|
|
|
USES= gmake motif shebangfix
|
|
USE_XORG= xpm
|
|
USE_GL= glut glw
|
|
GNU_CONFIGURE= yes
|
|
SHEBANG_FILES= xmake_anim.pl
|
|
|
|
PLIST_FILES= bin/xmake_anim.pl \
|
|
bin/xmakemol \
|
|
man/man1/xmakemol.1.gz \
|
|
%%DATADIR%%/elements
|
|
|
|
.include <bsd.port.mk>
|