ca9933e36f
For most font packages, the only changes other than rebuilding with the latest autoconf macros & autotools releases are these common janitorial cleanups: Gaetan Nadon (4): .gitignore: use common defaults with custom section # 24239 INSTALL, NEWS, README COPYING or AUTHORS files are missing/incorrect #24206 Makefile.am: add INSTALL target and clean ChangeLog DIST targets Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
17 lines
380 B
Makefile
17 lines
380 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/06/03 18:35:22 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= font-alias-1.0.3
|
|
CATEGORIES= fonts x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Standard aliases for X11 PCF fonts
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|