1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/sced/Makefile
Steve Price 2dc4a79a36 Update to version 1.02.
PR:		12043
Submitted by:	Ted Faber <faber@lunabase.org>
1999-06-08 23:23:04 +00:00

34 lines
869 B
Makefile

# 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>