summaryrefslogtreecommitdiff
path: root/x11-wm/afterstep-stable/Makefile
blob: 1dbaefb00e6404c5d4ca9cf9fa01a7b6f43cd6ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:	afterstep-stable
# Version required:	1.6.10
# Date created:		1 May 1998
# Whom:			Brett Taylor
#
# $FreeBSD$
#

DISTNAME=	AfterStep-${AS_VERSION}
PKGNAME=	afterstep-${AS_VERSION}
CATEGORIES=     x11-wm afterstep
MASTER_SITES=   ${MASTER_SITE_AFTERSTEP}
MASTER_SITE_SUBDIR=	stable

MAINTAINER=	dima@Chg.ru

LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm \
		png.3:${PORTSDIR}/graphics/png \
		jpeg.9:${PORTSDIR}/graphics/jpeg

AS_VERSION=	1.6.10
INSTALL_TARGET=	install install.man
MAN1=	Animate.1x Audio.1x Auto.1x Banner.1x Cascade.1x Clean.1x \
	Form.1x Ident.1x Pager.1x Save.1x Script.1x Scroll.1x Tile.1x \
	Wharf.1x WinList.1x Zharf.1x afterstep.1x

NO_LATEST_LINK= yes
USE_X_PREFIX=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--prefix=${X11BASE} \
		--disable-save-windows \
		--enable-different-locknfeels

.include <bsd.port.mk>