mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
26b944d786
actually work. Requested by: Joseph Scott <joseph.scott@owp.csus.edu> and two other people whose mail I lost.
32 lines
742 B
Makefile
32 lines
742 B
Makefile
# New ports collection makefile for: aterm
|
|
# Version required: 0.3.6
|
|
# Date created: 17 January 1999
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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@FreeBSD.org
|
|
|
|
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
|
|
|
|
post-install:
|
|
@${CHMOD} 4711 ${PREFIX}/bin/aterm
|
|
|
|
.include <bsd.port.mk>
|