aboutsummaryrefslogtreecommitdiffstats
path: root/science/xmakemol/Makefile
blob: 254af4a7cb30c0a33b51f845f1db29f3c3602717 (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
25
26
27
28
# New ports collection makefile for: xmakemol
# Date created: 8 June, 2001
# Whom:     Chi
# $FreeBSD$
#

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

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

USE_XORG=   xpm
USE_GL=     glut glw
USE_MOTIF=  yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes

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

.include <bsd.port.mk>