a625e490c9
This minor maintenance release mainly provides build configuration improvements and janitorial cleanups. Alan Coopersmith (6): Add README with pointers to mailing lists, bugzilla, & git Update Sun license notices Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS config: Remove AC_PROG_CC & AC_PROG_INSTALL that XORG_DEFAULT_OPTIONS provide Sun's copyrights belong to Oracle now rgb 1.0.4 Gaetan Nadon (8): .gitignore: use common defaults with custom section # 24239 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 Deploy the new XORG_DEFAULT_OPTIONS #24242 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 config: move CWARNFLAGS from configure.ac to Makefile.am man: remove trailing whitespace config: upgrade to util-macros 1.8 for additional man page support config: update AC_PREREQ statement to 2.60 Paulo Cesar Pereira de Andrade (1): Ansification and compile warning fixes.
21 lines
451 B
Makefile
21 lines
451 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/07/01 17:02:26 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= rgb-1.0.4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= RGB color database
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|