openbsd-ports/x11/aterm/Makefile

55 lines
1.1 KiB
Makefile
Raw Normal View History

2011-07-19 15:55:18 -04:00
# $OpenBSD: Makefile,v 1.49 2011/07/19 19:55:18 jasper Exp $
COMMENT= color vt102 terminal emulator with transparency support
DISTNAME= aterm-0.4.2
2011-07-19 15:55:18 -04:00
REVISION= 5
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
1999-03-21 00:45:21 -05:00
CATEGORIES= x11
# GPLv2+
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xpm c util
2000-02-12 03:02:07 -05:00
HOMEPAGE= http://aterm.sourceforge.net/
2002-05-15 13:58:49 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aterm/}
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
2000-07-03 00:43:54 -04:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-xgetdefault \
--enable-ttygid \
--enable-utmp \
--with-xpm \
--enable-transparency \
--enable-background-image \
--enable-fading
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" LIBS="-lutil"
FLAVORS= big5
FLAVOR?=
.if ${FLAVOR:L:Mbig5}
2011-07-19 15:55:18 -04:00
RUN_DEPENDS= fonts/zh-taipeifonts
PATCH_LIST= patch-* big5-patch-src_Makefile_in
CONFIGURE_ARGS+= --enable-big5
post-patch:
@cd ${FILESDIR}; cp -f {cli_xcin.c,protocol.h,state.h} \
${WRKSRC}/src
.endif
1999-03-21 00:45:21 -05:00
2002-10-29 14:48:57 -05:00
NO_REGRESS= Yes
post-install:
chgrp utmp ${PREFIX}/bin/aterm
chmod 2755 ${PREFIX}/bin/aterm
1999-03-21 00:45:21 -05:00
.include <bsd.port.mk>