openbsd-ports/x11/wterm/Makefile
1999-08-30 14:23:51 +00:00

28 lines
647 B
Makefile

# $OpenBSD: Makefile,v 1.5 1999/08/30 14:23:51 brad Exp $
DISTNAME= wterm-6.2.6
CATEGORIES= x11
MASTER_SITES= http://wm.current.nu/files/
MAINTAINER= brad@openbsd.org
BUILD_DEPENDS= wmaker:${PORTSDIR}/x11/windowmaker
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-xgetdefault --enable-transparency \
--enable-xpm-background
# Various compile time options you may want to configure.
#CONFIGURE_ARGS+= --enable-utmp \
# --enable-wtmp \
# --enable-menubar
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/wterm ${PREFIX}/bin
.include <bsd.port.mk>