Files
ports/science/xmakemol/Makefile
Niclas Zeising 5f141f7af4 Depreacte libGLw and dependent ports
Deprecate graphics/libGLw, and set expiration date.  libGLw has been
deprecated upstream.
Deprecate unowned and unmaintained ports that depend on libGLw:
graphics/inventor
science/xmakemol

Obtained from:	FreeBSD Graphics Team development repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/libGLw-deprecate
2019-09-07 08:34:53 +00:00

28 lines
535 B
Makefile

# Created by: Chi
# $FreeBSD$
PORTNAME= xmakemol
PORTVERSION= 5.16
PORTREVISION= 6
CATEGORIES= science
MASTER_SITES= SAVANNAH
MAINTAINER= ports@FreeBSD.org
COMMENT= Molecule Viewer Program Based on Motif Widget
DEPRECATED= Depends on expiring graphics/libGLw
EXPIRATION_DATE= 2019-11-01
USES= gmake motif shebangfix
USE_XORG= xpm
USE_GL= glut glw
GNU_CONFIGURE= yes
SHEBANG_FILES= xmake_anim.pl
PLIST_FILES= bin/xmake_anim.pl \
bin/xmakemol \
man/man1/xmakemol.1.gz \
%%DATADIR%%/elements
.include <bsd.port.mk>