openbsd-ports/x11/wterm/Makefile

30 lines
805 B
Makefile
Raw Normal View History

2001-02-16 02:38:56 -05:00
# $OpenBSD: Makefile,v 1.16 2001/02/16 07:38:56 wilfried Exp $
1999-03-27 21:01:06 -05:00
DISTNAME= wterm-6.2.6
CATEGORIES= x11
NEED_VERSION= 1.336
2001-02-16 02:38:56 -05:00
MASTER_SITES= ftp://ftp.kddlabs.co.jp/X11/acontrib/wterm/ \
ftp://ftp.riken.go.jp/pub/X11/acontrib/wterm/
BUILD_DEPENDS= wmaker::x11/windowmaker
RUN_DEPENDS= wmaker::x11/windowmaker
1999-03-27 21:01:06 -05:00
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
1999-03-27 21:01:06 -05:00
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+=--enable-utmp --enable-wtmp \
--with-xpm --enable-xpm-background --enable-transparency \
--enable-xgetdefault --enable-ttygid
1999-06-08 21:54:12 -04:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
1999-03-27 21:01:06 -05:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/wterm ${PREFIX}/bin
.include <bsd.port.mk>