openbsd-ports/x11/wterm/Makefile
2002-04-19 11:18:17 +00:00

42 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.21 2002/04/19 11:18:17 wilfried Exp $
COMMENT= 'color vt102 terminal emulator with transparency support'
DISTNAME= wterm-6.2.9
CATEGORIES= x11
NEED_VERSION= 1.482
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
HOMEPAGE= http://largo.windowmaker.org/files.php\#wterm
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://largo.windowmaker.org/files/
BUILD_DEPENDS= :windowmaker->=0.50.0:x11/windowmaker
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_X11= Yes
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-utmp --enable-wtmp \
--with-xpm --enable-xpm-background --enable-transparency \
--enable-xgetdefault --enable-ttygid
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/src/wterm ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/wterm.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wterm/
${INSTALL_DATA} ${WRKSRC}/doc/menu/* ${PREFIX}/share/examples/wterm/
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wterm
${INSTALL_DATA} ${WRKSRC}/doc/wtermRef.txt ${PREFIX}/share/doc/wterm/
.include <bsd.port.mk>