1999-04-03 01:12:14 +00:00
|
|
|
# New ports collection makefile for: scwm
|
1999-04-07 16:44:24 +00:00
|
|
|
# Version required: 0.9
|
1999-04-03 01:12:14 +00:00
|
|
|
# Date created: 26 December 1997
|
1999-04-03 02:47:24 +00:00
|
|
|
# Whom: Yukihiro Nakai <nacai@iname.com>
|
1999-04-03 01:12:14 +00:00
|
|
|
#
|
1999-04-07 16:44:24 +00:00
|
|
|
# $Id: Makefile,v 1.2 1999/04/03 02:47:24 taoka Exp $
|
1999-04-03 01:12:14 +00:00
|
|
|
#
|
|
|
|
|
1999-04-07 16:44:24 +00:00
|
|
|
DISTNAME= scwm-0.9
|
1999-04-03 01:12:14 +00:00
|
|
|
CATEGORIES= x11-wm
|
|
|
|
MASTER_SITES= ftp://huis-clos.mit.edu/pub/scwm/
|
|
|
|
|
1999-04-03 02:47:24 +00:00
|
|
|
MAINTAINER= nacai@iname.com
|
1999-04-03 01:12:14 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= guile.4:${PORTSDIR}/lang/guile \
|
|
|
|
Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
RUN_DEPENDS= ${X11BASE}/include/X11/pixmaps/Animator.xpm:${PORTSDIR}/graphics/scwm-icons
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE}
|
1999-04-07 16:44:24 +00:00
|
|
|
.if defined(MULTIBYTE)
|
|
|
|
CONFIGURE_ARGS+= --enable-multibyte=yes
|
|
|
|
CONFIGURE_ENV+= LIBS="-lxpg4"
|
|
|
|
.endif
|
1999-04-03 01:12:14 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
|
|
|
|
MAN1= scwm.1 scwmexec.1 scwmrepl.1
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/sample.scwmrc/*.scwmrc \
|
|
|
|
${PREFIX}/lib/X11/scwm
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|