1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/science/xmakemol/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

26 lines
473 B
Makefile

# Created by: Chi
# $FreeBSD$
PORTNAME= xmakemol
PORTVERSION= 5.16
PORTREVISION= 5
CATEGORIES= science
MASTER_SITES= SAVANNAH
MAINTAINER= ports@FreeBSD.org
COMMENT= Molecule Viewer Program Based on Motif Widget
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
PLIST_DIRS= %%DATADIR%%
.include <bsd.port.mk>