freebsd-ports/x11-toolkits/scx/Makefile
Pav Lucistnik c3ef8ffdf6 Add scx, a GUI library for Scheme.
PR:		ports/69074
Submitted by:	Björn Lindström <bkhl@elektrubadur.se>
2004-07-17 20:07:24 +00:00

27 lines
619 B
Makefile

# 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/
MAINTAINER= bkhl@elektrubadur.se
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
PLIST_SUB= TARGET=${MACHINE_ARCH}-portbld-freebsd${OSREL}
do-install:
(cd ${WRKSRC}; ${LOCALBASE}/lib/scsh/scsh-install-pkg --prefix=${PREFIX}/lib/scsh)
.include <bsd.port.mk>