freebsd-ports/graphics/sced/Makefile
Dirk Froemberg 0ad76c3a2a - upgrade to 1.01
- drop IS_INTERACTIVE: choose povray support
- added MAINTAINER (ports@FreeBSD.ORG)
- USE_XLIB
- honor ${NOPORTDOCS}
- other minor clean-up
1998-12-28 21:44:41 +00:00

34 lines
870 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.3 1997/02/19 04:58:23 asami Exp $
#
DISTNAME= sced-1.01
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>