freebsd-ports/graphics/sced/Makefile

35 lines
835 B
Makefile
Raw Normal View History

# New ports collection makefile for: sced
# Date created: 27 Dec 1996
# Whom: proff@iq.org
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
#
PORTNAME= sced
PORTVERSION= 1.03
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.cs.wisc.edu/~schenney/sced/src/
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:08:19 +01:00
COMMENT= SCene EDitor for povray/renderman/genray/etc
RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray
USE_XLIB= yes
GNU_CONFIGURE= yes
MAN1= sced.1
do-install:
1997-02-18 11:09:08 +01:00
${INSTALL_PROGRAM} ${WRKSRC}/sced ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/docs/man/man1/sced.1 ${PREFIX}/man/man1
@${MKDIR} ${PREFIX}/share/sced
${INSTALL_DATA} ${WRKSRC}/scenerc ${PREFIX}/share/sced/sample.scenerc
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/sced
${INSTALL_DATA} ${WRKSRC}/docs/guide.* ${PREFIX}/share/doc/sced
.endif
.include <bsd.port.mk>