freebsd-ports/science/xmakemol/Makefile
Pav Lucistnik 88b2bbe18e - Depend on the GL* stuff, to prevent compilation failure for folks with only
half of it installed

PR:		ports/114890
Reported by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2007-07-28 19:58:33 +00:00

31 lines
620 B
Makefile

# New ports collection makefile for: xmakemol
# Date created: 8 June, 2001
# Whom: Chi
# $FreeBSD$
#
PORTNAME= xmakemol
PORTVERSION= 5.15
PORTREVISION= 2
CATEGORIES= science
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Molecule Viewer Program Based on Motif Widget
USE_XLIB= yes
USE_GL= glut glw
USE_MOTIF= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= xmakemol.1
pre-configure:
cd ${WRKSRC}; ${CHMOD} 755 config.guess config.sub configure install-sh missing mkinstalldirs
post-install:
${STRIP_CMD} ${PREFIX}/bin/xmakemol
.include <bsd.port.mk>