1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/science/xmakemol/Makefile
Florent Thoumie 340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00

30 lines
530 B
Makefile

# New ports collection makefile for: xmakemol
# Date created: 8 June, 2001
# Whom: Chi
# $FreeBSD$
#
PORTNAME= xmakemol
PORTVERSION= 5.16
PORTREVISION= 1
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_GNOME= gnometarget
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>