1569041965
Change appres_CFLAGS to AM_CFLAGS to make automake-1.10 happier Add pointers to mailing list, bugzilla, wiki & git repo to README Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS appres 1.0.2 Ansification and compile warning fixes.
19 lines
438 B
Makefile
19 lines
438 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/11/09 19:45:01 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= appres-1.0.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Print resources seen by an application
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|