freebsd-ports/mail/glbiff/Makefile

37 lines
948 B
Makefile
Raw Normal View History

# New ports collection makefile for: glbiff
# Version required: 0.2.11
# Date created: 18 May 1998
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.8 1998/10/09 03:31:53 asami Exp $
#
DISTNAME= glbiff-0.2.11
1998-09-15 08:37:57 +02:00
CATEGORIES= mail
MASTER_SITES= http://www.eecg.utoronto.ca/~mac/projects/
EXTRACT_SUFX= .tgz
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= MesaGL:${PORTSDIR}/graphics/Mesa3 \
MesaGLU:${PORTSDIR}/graphics/Mesa3 \
glut:${PORTSDIR}/graphics/Mesa3
1998-10-01 04:17:49 +02:00
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/glbiff ${PREFIX}/bin
@ ${MKDIR} ${PREFIX}/share/examples/glbiff
@ ${INSTALL_DATA} ${WRKSRC}/glbiffrc.sample ${PREFIX}/share/examples/glbiff/dot.glbiffrc.sample
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/glbiff
.for file in ChangeLog README README.last-minute TODO
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/glbiff
.endfor
.endif
.include <bsd.port.mk>