dcefd76289
Just a few packaging cleanups. Alan Coopersmith (1): Add README with pointers to mailing list, bugzilla & git repos James Cloos (1): Add missing PHONY line for automatic ChangeLog generation Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and compiler warnings. Peter Hutterer (1): libfontenc 1.0.5
23 lines
531 B
Makefile
23 lines
531 B
Makefile
# $NetBSD: Makefile,v 1.6 2009/08/29 15:34:00 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libfontenc-1.0.5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= The fontenc Library from X.org
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
PKGCONFIG_OVERRIDE+= fontenc.pc.in
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|