blob: cb761e89b146ccd0dc5cf3a40bd90f5a29761fd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# New ports collection makefile for: sced
# Version required: 0.94
# Date created: 27 Dec 1996
# Whom: proff@iq.org
#
# $Id: Makefile,v 1.4 1998/12/28 21:44:40 dirk Exp $
#
DISTNAME= sced-1.02
CATEGORIES= graphics
MASTER_SITES= http://www.cs.berkeley.edu/~schenney/sced/src/ \
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
MAINTAINER= ports@FreeBSD.ORG
RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray
USE_XLIB= yes
GNU_CONFIGURE= yes
MAN1= sced.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sced ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/docs/man/man1/sced.1 ${PREFIX}/man/man1
${MKDIR} ${PREFIX}/lib/sced
${INSTALL_DATA} ${WRKSRC}/scenerc ${PREFIX}/lib/sced
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/sced
${INSTALL_DATA} ${WRKSRC}/docs/guide.* ${PREFIX}/share/doc/sced
.endif
.include <bsd.port.mk>
|