1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/x11/aterm/Makefile
Steve Price 32db3cec8e Update to version 0.3.6.
PR:		11715
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-05-16 23:32:36 +00:00

29 lines
747 B
Makefile

# New ports collection makefile for: aterm
# Version required: 0.3.6
# Date created: 17 January 1999
# Whom: Jim Mock <jim@phrantic.phear.net>
#
# $Id: Makefile,v 1.4 1999/05/09 16:19:47 steve Exp $
#
DISTNAME= aterm-0.3.6
CATEGORIES= x11
MASTER_SITES= http://members.xoom.com/sashav/aterm/ \
http://www.tigr.net/afterstep/as-apps/download/aterm/
MAINTAINER= jim@phrantic.phear.net
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.3:${PORTSDIR}/graphics/png
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-transparency --enable-background-image \
--disable-delete-key --disable-backspace-key \
--enable-fading --enable-utmp --enable-wtmp
MAN1= aterm.1
.include <bsd.port.mk>