mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
76e0230b24
- Update MASTER_SITES and WWW - Add Mesa3 dependency - Fix install directories PR: 17065 Submitted by: Maintainer
30 lines
763 B
Makefile
30 lines
763 B
Makefile
# New ports collection makefile for: giram
|
|
# Version required: 0.1.5
|
|
# Date created: 17 June 1999
|
|
# Whom: Brandon Fosdick <bfoz@glue.umd.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= Giram-0.1.5
|
|
PKGNAME= giram-0.1.5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.giram.org/pub/
|
|
|
|
MAINTAINER= bfoz@glue.umd.edu
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
|
GL:${PORTSDIR}/graphics/Mesa3
|
|
RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray31
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
|
|
CFLAGS="-I${LOCALBASE}/include ${CFLAGS}"
|
|
|
|
post-install:
|
|
@${MKDIR} ${PREFIX}/share/doc/giram/SampleScenes
|
|
${INSTALL_DATA} ${WRKSRC}/SampleScenes/* ${PREFIX}/share/doc/giram/SampleScenes/
|
|
|
|
.include <bsd.port.mk>
|