freebsd-ports/x11-toolkits/scx/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 17:56:05 +00:00

36 lines
922 B
Makefile

# New ports collection makefile for: scx
# Date created: 14 July 2004
# Whom: bkhl@elektrubadur.se
#
# $FreeBSD$
#
PORTNAME= scx
PORTVERSION= 0.2
PORTREVISION= 2
CATEGORIES= x11-toolkits scheme
MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/packages/scx/
MAINTAINER= ports@FreeBSD.org
COMMENT= A GUI library for scsh and Scheme 48
RUN_DEPENDS= ${LOCALBASE}/lib/scsh/scsh-install-pkg:${PORTSDIR}/devel/scsh-install-lib
USE_XORG= x11 xmu
NO_BUILD= yes
USE_LDCONFIG= ${PREFIX}/lib/scsh/0.6/scx-0.2/lib/${MACHINE_ARCH}-portbld-freebsd${OSREL}/
DEPRECATED= Version branch long since retired
EXPIRATION_DATE= 2007-10-28
PLIST_SUB= TARGET=${MACHINE_ARCH}-portbld-freebsd${OSREL}
post-patch:
${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \
-e 's|echo aout|echo elf|g' \
${WRKSRC}/configure
do-install:
(cd ${WRKSRC}; ${LOCALBASE}/lib/scsh/scsh-install-pkg --prefix=${PREFIX}/lib/scsh)
.include <bsd.port.mk>