1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/x11-wm/scwm/Makefile
Seiichirou Hiraoka 94cbc95179 Update to 0.9
maintain for the multibyte options and fix for /scwm.el.

PR: ports/10998
Submitted by: nakai@internetsolutions.co.jp
1999-04-07 16:44:24 +00:00

35 lines
867 B
Makefile

# New ports collection makefile for: scwm
# Version required: 0.9
# Date created: 26 December 1997
# Whom: Yukihiro Nakai <nacai@iname.com>
#
# $Id: Makefile,v 1.2 1999/04/03 02:47:24 taoka Exp $
#
DISTNAME= scwm-0.9
CATEGORIES= x11-wm
MASTER_SITES= ftp://huis-clos.mit.edu/pub/scwm/
MAINTAINER= nacai@iname.com
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}
.if defined(MULTIBYTE)
CONFIGURE_ARGS+= --enable-multibyte=yes
CONFIGURE_ENV+= LIBS="-lxpg4"
.endif
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>