diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-10 15:13:44 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-10 15:13:44 +0000 |
commit | daa5545d403ff0e0479233063d19851d139fe2dd (patch) | |
tree | d5773a732f340264628ffbd54bcc2ba9ad84335f /science/xmakemol | |
parent | 8396317e886208bd751c1babaac3b87015e17b4f (diff) | |
download | ports-daa5545d403ff0e0479233063d19851d139fe2dd.tar.gz ports-daa5545d403ff0e0479233063d19851d139fe2dd.zip |
Notes
Diffstat (limited to 'science/xmakemol')
-rw-r--r-- | science/xmakemol/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/science/xmakemol/Makefile b/science/xmakemol/Makefile index 7ff51d92a85e..8aff95686143 100644 --- a/science/xmakemol/Makefile +++ b/science/xmakemol/Makefile @@ -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> |