openbsd-ports/x11/aterm/Makefile

36 lines
904 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.21 2001/04/17 03:40:57 kevlo Exp $
1999-03-21 00:45:21 -05:00
# $FreeBSD: Makefile,v 1.3 1999/03/08 20:59:19 steve Exp $
COMMENT= "color vt102 terminal emulator with transparency support"
2000-07-03 00:43:54 -04:00
DISTNAME= aterm-0.4.0
1999-03-21 00:45:21 -05:00
CATEGORIES= x11
NEED_VERSION= 1.384
2000-07-03 00:43:54 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= aterm
HOMEPAGE= http://aterm.sourceforge.net/
LIB_DEPENDS= jpeg.62::graphics/jpeg \
png.1::graphics/png
1999-03-21 00:45:21 -05:00
2000-09-24 03:03:59 -04:00
MAINTAINER= Brad Smith <brad@openbsd.org>
1999-03-21 00:45:21 -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
2000-07-03 00:43:54 -04:00
CONFIGURE_STYLE= gnu
1999-10-31 13:52:41 -05:00
CONFIGURE_ARGS+=--enable-utmp --enable-wtmp \
--with-xpm --enable-transparency \
--enable-xgetdefault --enable-ttygid \
--enable-background-image --enable-fading \
--with-jpeg --with-png --enable-big5
post-patch:
cd ${FILESDIR}; cp -f {cli_xcin.c,protocol.h,state.h} \
${WRKSRC}/src
1999-03-21 00:45:21 -05:00
.include <bsd.port.mk>