Remove useless mfb.h include. Death to RCS tags. apm 1.2.0 Replace references to XFree86/XF86Config in man page renamed: .cvsignore -> .gitignore Define APM_*_VERSION using PACKAGE_VERSION_* pcirename conversion xf1/4 bpp conversion further build fixes Naming change: Security*Access -> Dix*Access Makefile.am: nuke RCS Id
24 lines
673 B
Makefile
24 lines
673 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/08/09 15:09:00 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= xf86-video-apm-1.2.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Modular Xorg Alliance ProtMotion video driver
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/modular-xorg-server/buildlink3.mk"
|
|
.include "../../x11/randrproto/buildlink3.mk"
|
|
.include "../../x11/renderproto/buildlink3.mk"
|
|
.include "../../x11/videoproto/buildlink3.mk"
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|