1997-02-18 08:34:33 +00:00
|
|
|
# New ports collection makefile for: sced
|
|
|
|
# Version required: 0.94
|
|
|
|
# Date created: 27 Dec 1996
|
|
|
|
# Whom: proff@iq.org
|
|
|
|
#
|
1999-06-08 23:23:04 +00:00
|
|
|
# $Id: Makefile,v 1.4 1998/12/28 21:44:40 dirk Exp $
|
1997-02-18 08:34:33 +00:00
|
|
|
#
|
|
|
|
|
1999-06-08 23:23:04 +00:00
|
|
|
DISTNAME= sced-1.02
|
1997-02-18 08:34:33 +00:00
|
|
|
CATEGORIES= graphics
|
1998-12-28 21:44:41 +00:00
|
|
|
MASTER_SITES= http://www.cs.berkeley.edu/~schenney/sced/src/ \
|
|
|
|
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
|
1997-02-18 08:34:33 +00:00
|
|
|
|
1998-12-28 21:44:41 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
1997-02-18 08:34:33 +00:00
|
|
|
|
1998-12-28 21:44:41 +00:00
|
|
|
RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray
|
|
|
|
|
|
|
|
USE_XLIB= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= sced.1
|
|
|
|
|
|
|
|
do-install:
|
1997-02-18 10:09:08 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/sced ${PREFIX}/bin
|
1998-12-28 21:44:41 +00:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/docs/man/man1/sced.1 ${PREFIX}/man/man1
|
|
|
|
${MKDIR} ${PREFIX}/lib/sced
|
1997-02-18 10:09:08 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/scenerc ${PREFIX}/lib/sced
|
1998-12-28 21:44:41 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/sced
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/guide.* ${PREFIX}/share/doc/sced
|
|
|
|
.endif
|
1997-02-18 08:34:33 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|