27 lines
618 B
Makefile
27 lines
618 B
Makefile
# $OpenBSD: Makefile,v 1.2 1999/04/01 01:34:12 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-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/usr/local/include" \
|
|
LDFLAGS="-L/usr/local/lib"
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/wterm ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|