freebsd-ports/graphics/ray++/Makefile
Adam Weinberger c62fe39354 Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to:	me
Approved by:		pat
2002-11-07 03:10:58 +00:00

27 lines
607 B
Makefile

# ex:ts=8
# New ports collection makefile for: ray++
# Date created: Dec 6, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ray++
PORTVERSION= 0.4
CATEGORIES= graphics
MASTER_SITES= http://www.mpa-garching.mpg.de/~martin/ray++/download/
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --enable-fast-handles
USE_GMAKE= yes
INSTALLS_SHLIB= yes
do-install:
@(cd ${WRKSRC} ; \
${INSTALL_DATA} ray++.so ${PREFIX}/lib ; \
${FIND} * -name "*.h" | cpio -pdum ${PREFIX}/include/${PORTNAME} ; \
${CHMOD} -R 755 ${PREFIX}/include/${PORTNAME} )
.include <bsd.port.mk>