freebsd-ports/x11/aterm/Makefile
Akinori MUSHA 11fbf7f8b2 Prepare for the forthcoming slave port.
Approved by:	jim (MAINTAINER)
2001-04-22 05:10:50 +00:00

41 lines
867 B
Makefile

# New ports collection makefile for: aterm
# Date created: 17 January 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= aterm
PORTVERSION= 0.4.0
PORTREVISION= 1
CATEGORIES+= x11 # `+=' is for slave ports
MASTER_SITES= http://download.sourceforge.net/aterm/
MAINTAINER= jim@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.4:${PORTSDIR}/graphics/png
USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
# `+=' is for slave ports
CONFIGURE_ARGS+= \
--enable-transparency --enable-background-image \
--disable-delete-key --disable-backspace-key \
--enable-fading --enable-utmp --enable-wtmp
.if defined(WITH_MENUBAR)
CONFIGURE_ARGS+= --enable-menubar
.endif
.if defined(WITH_NEXTSCROLL)
CONFIGURE_ARGS+= --enable-next-scroll
.endif
MAN1= aterm.1
post-install:
@${CHMOD} 4711 ${PREFIX}/bin/aterm
.include <bsd.port.mk>