diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1998-12-28 21:44:41 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1998-12-28 21:44:41 +0000 |
commit | 0ad76c3a2a43b6c2a6f0b2e6b7caf88e93a1764c (patch) | |
tree | 775d3224462fddc7ccf9c475d491c3c55eaf104e /graphics/sced/Makefile | |
parent | 2e2e2f52dd22dcb70a219b9dd7f0b24f35cb73d6 (diff) | |
download | ports-0ad76c3a2a43b6c2a6f0b2e6b7caf88e93a1764c.tar.gz ports-0ad76c3a2a43b6c2a6f0b2e6b7caf88e93a1764c.zip |
Notes
Diffstat (limited to 'graphics/sced/Makefile')
-rw-r--r-- | graphics/sced/Makefile | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/graphics/sced/Makefile b/graphics/sced/Makefile index 31eb5e02a553..9a21cc666101 100644 --- a/graphics/sced/Makefile +++ b/graphics/sced/Makefile @@ -3,22 +3,31 @@ # Date created: 27 Dec 1996 # Whom: proff@iq.org # -# $Id: Makefile,v 1.2 1997/02/18 10:09:08 obrien Exp $ +# $Id: Makefile,v 1.3 1997/02/19 04:58:23 asami Exp $ # -DISTNAME= sced-0.94 +DISTNAME= sced-1.01 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.cs.su.oz.au/stephen/sced/src/ +MASTER_SITES= http://www.cs.berkeley.edu/~schenney/sced/src/ \ + http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ -GNU_CONFIGURE= true -IS_INTERACTIVE= true +MAINTAINER= ports@FreeBSD.ORG -do-install: all +RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray + +USE_XLIB= yes +GNU_CONFIGURE= yes + +MAN1= sced.1 + +do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sced ${PREFIX}/bin - ${MKDIR} ${PREFIX}/share/doc/sced - ${INSTALL_DATA} ${WRKSRC}/docs/* ${PREFIX}/share/doc/sced - ${MKDIR} ${PREFIX}/lib/sced/tutorials - ${INSTALL_DATA} ${WRKSRC}/tutorials/* ${PREFIX}/lib/sced/tutorials + ${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> |