1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/mail/glbiff/Makefile
1998-09-15 06:37:57 +00:00

36 lines
967 B
Makefile

# New ports collection makefile for: glbiff
# Version required: 0.2
# Date created: 18 May 1998
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.4 1998/07/20 10:13:51 asami Exp $
#
DISTNAME= glbiff-0.2
CATEGORIES= mail
MASTER_SITES= http://www.eecg.utoronto.ca/~mac/projects/
EXTRACT_SUFX= .tgz
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa2 \
MesaGLU\\.13\\.:${PORTSDIR}/graphics/Mesa2 \
Mesatk\\.13\\.:${PORTSDIR}/graphics/Mesa2 \
glut\\.3\\.:${PORTSDIR}/graphics/Mesa2
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/glbiff
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/glbiff ${PREFIX}/bin
@ ${MKDIR} ${PREFIX}/share/examples/glbiff
@ ${INSTALL_DATA} ${FILESDIR}/dot.glbiffrc.sample ${PREFIX}/share/examples/glbiff
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/glbiff
.for file in ChangeLog README TODO
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/glbiff
.endfor
.endif
.include <bsd.port.mk>