aboutsummaryrefslogtreecommitdiffstats
path: root/science/xmakemol/Makefile
blob: f937d825376e78ea419f380976ff0a8b10f7bb0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Chi
# $FreeBSD$

PORTNAME=   xmakemol
PORTVERSION=    5.16
PORTREVISION=   3
CATEGORIES= science
MASTER_SITES=   SAVANNAH

MAINTAINER= ports@FreeBSD.org
COMMENT=    Molecule Viewer Program Based on Motif Widget

USES=       gmake motif
USE_XORG=   xpm
USE_GL=     glut glw
GNU_CONFIGURE=  yes

MAN1=       xmakemol.1
PLIST_FILES=    bin/xmake_anim.pl \
        bin/xmakemol \
        %%DATADIR%%/elements
PLIST_DIRS= %%DATADIR%%

.include <bsd.port.mk>