freebsd-ports/mail/glbiff/Makefile
Florent Thoumie 340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00

44 lines
1.2 KiB
Makefile

# New ports collection makefile for: glbiff
# Date created: 18 May 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= glbiff
PORTVERSION= 0.3.5
PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= http://www.dgp.utoronto.ca/~mac/code/projects/ \
http://freebsd.unixfreunde.de/sources/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Xbiff-like program for X Window System with nice 3D output
USE_GL= glut
GNU_CONFIGURE= yes
CFLAGS+= ${PTHREAD_CFLAGS} ${PTHREAD_LIBS:S/"//g}
CONFIGURE_ENV= CFLAGS="${CFLAGS}"
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
MAN1= glbiff.1
MAN5= glbiffrc.5
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/glbiff ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/glbiff.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/glbiffrc.5 ${PREFIX}/man/man5
@${MKDIR} ${PREFIX}/share/examples/glbiff
${INSTALL_DATA} ${WRKSRC}/glbiffrc.sample ${PREFIX}/share/examples/glbiff/dot.glbiffrc.sample
.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
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>