mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b412cfefa1
when GNU_CONFIGURE is defined.
25 lines
697 B
Makefile
25 lines
697 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.2 1997/02/18 10:09:08 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= sced-0.94
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.cs.su.oz.au/stephen/sced/src/
|
|
|
|
GNU_CONFIGURE= true
|
|
IS_INTERACTIVE= true
|
|
|
|
do-install: all
|
|
${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_DATA} ${WRKSRC}/scenerc ${PREFIX}/lib/sced
|
|
|
|
.include <bsd.port.mk>
|