1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
This commit is contained in:
Vanilla I. Shu 2014-06-10 15:13:44 +00:00
parent 8396317e88
commit daa5545d40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357331

View File

@ -10,16 +10,16 @@ MASTER_SITES= SAVANNAH
MAINTAINER= ports@FreeBSD.org
COMMENT= Molecule Viewer Program Based on Motif Widget
USES= gmake motif
USES= gmake motif shebangfix
USE_XORG= xpm
USE_GL= glut glw
GNU_CONFIGURE= yes
SHEBANG_FILES= xmake_anim.pl
MAN1= xmakemol.1
PLIST_FILES= bin/xmake_anim.pl \
bin/xmakemol \
man/man1/xmakemol.1.gz \
%%DATADIR%%/elements
PLIST_DIRS= %%DATADIR%%
NO_STAGE= yes
.include <bsd.port.mk>