58931f5a56
This version fixes several minor bugs, removes the last of the deprecated GTK+ code, and improves the user interface of the GlyphEditor.
33 lines
830 B
Makefile
33 lines
830 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/08/08 16:28:36 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gbdfed-1.5
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= http://www.math.nmsu.edu/~mleisher/Software/gbdfed/
|
|
EXTRACT_SUFX= .tbz2
|
|
|
|
MAINTAINER= bjs@NetBSD.org
|
|
HOMEPAGE= http://www.math.nmsu.edu/~mleisher/Software/gbdfed/
|
|
COMMENT= GTK-based BDF font editor
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LIBTOOL= yes
|
|
|
|
AUTO_MKDIRS= yes
|
|
BINDIR= ${PREFIX}/bin
|
|
MAN1DIR= ${PREFIX}/${PKGMANDIR}/man1
|
|
|
|
do-install:
|
|
cd ${WRKSRC:Q} && \
|
|
${LIBTOOL} --mode=install ${INSTALL_PROGRAM} gbdfed \
|
|
${DESTDIR:Q}${BINDIR:Q} && \
|
|
${INSTALL_MAN} gbdfed.man ${DESTDIR:Q}${MAN1DIR:Q}/gbdfed.1
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|