3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
34 lines
842 B
Makefile
34 lines
842 B
Makefile
# New ports collection makefile for: sced
|
|
# Date created: 27 Dec 1996
|
|
# Whom: proff@iq.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sced
|
|
PORTVERSION= 1.03
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.cs.wisc.edu/~schenney/sced/src/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= SCene EDitor for povray/renderman/genray/etc
|
|
|
|
RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray
|
|
|
|
USE_XORG= x11 xt xaw
|
|
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}/share/sced
|
|
${INSTALL_DATA} ${WRKSRC}/scenerc ${PREFIX}/share/sced/sample.scenerc
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/sced
|
|
${INSTALL_DATA} ${WRKSRC}/docs/guide.* ${PREFIX}/share/doc/sced
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|