f6473207ca
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
21 lines
487 B
Makefile
21 lines
487 B
Makefile
# $NetBSD: Makefile,v 1.2 1999/01/30 23:18:54 agc Exp $
|
|
# FreeBSD Id: Makefile,v 1.5 1998/11/29 12:43:12 asami Exp
|
|
#
|
|
|
|
DISTNAME= asapm-2.3
|
|
CATEGORIES= sysutils x11
|
|
MASTER_SITES= http://bewoner.dma.be/Albert/linux/software/
|
|
|
|
MAINTAINER= lamj@stat.cmu.edu
|
|
HOMEPAGE= http://bewoner.dma.be/Albert/linux/
|
|
|
|
DEPENDS+= xpm-3.4k:../../graphics/xpm
|
|
|
|
ONLY_FOR_ARCHS= i386 # needs apm support
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_X11BASE= yes
|
|
|
|
INSTALL_TARGET= install install.man
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|