blob: ff935f9d9cee15d399838d49fbac63645ccdfa56 (
plain)
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
|
# $NetBSD: Makefile,v 1.6 1999/10/06 22:54:20 jlam Exp $
# FreeBSD Id: Makefile,v 1.5 1998/11/29 12:43:12 asami Exp
#
DISTNAME= asapm-2.7
CATEGORIES= sysutils x11
MASTER_SITES= http://www.tigr.net/afterstep/as-apps/download/asapm/ \
ftp://ftp.afterstep.org/apps/asapm/ \
ftp://fuf.sh.cvut.cz/pub/AfterStep/apps/asapm/
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.tigr.net/afterstep/as-apps/applet-list.html
DEPENDS= xpm-3.4k:../../graphics/xpm
ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc # needs APM support
GNU_CONFIGURE= yes
USE_X11= yes
CONFIGURE_ARGS+= --disable-jpeg # there actually is no JPEG support
CONFIGURE_ARGS+= --with-xpm \
--with-xpm-includes="${X11BASE}/include" \
--with-xpm-library="${X11BASE}/lib"
.include "../../mk/bsd.pkg.mk"
|