2004-07-17 22:07:24 +02:00
|
|
|
# New ports collection makefile for: scx
|
|
|
|
# Date created: 14 July 2004
|
|
|
|
# Whom: bkhl@elektrubadur.se
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= scx
|
|
|
|
PORTVERSION= 0.2
|
|
|
|
CATEGORIES= x11-toolkits scheme
|
|
|
|
MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/packages/scx/
|
|
|
|
|
2004-12-11 12:06:05 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-07-17 22:07:24 +02:00
|
|
|
COMMENT= A GUI library for scsh and Scheme 48
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/scsh/scsh-install-pkg:${PORTSDIR}/devel/scsh-install-lib
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
USE_XLIB= yes
|
|
|
|
|
2005-04-12 05:26:56 +02:00
|
|
|
PLIST_SUB= TARGET=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-07-17 22:07:24 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
(cd ${WRKSRC}; ${LOCALBASE}/lib/scsh/scsh-install-pkg --prefix=${PREFIX}/lib/scsh)
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|