25 lines
772 B
Makefile
25 lines
772 B
Makefile
# $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"
|