mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
34 lines
828 B
Makefile
34 lines
828 B
Makefile
# New ports collection makefile for: sced
|
|
# Version required: 0.94
|
|
# Date created: 27 Dec 1996
|
|
# Whom: proff@iq.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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>
|