diff options
-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> |