pkgsrc-wip/gtkfontsel/Makefile
Aleksej Saushev b0cf4a4f7a Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-29 00:50:33 +00:00

23 lines
603 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/09/29 00:50:41 asau Exp $
#
DISTNAME= gtkfontsel_1.1.orig
PKGNAME= ${DISTNAME:S/_/-/:S/.orig//}
CATEGORIES= x11 fonts
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/g/gtkfontsel/}
MAINTAINER= jfranz@bsdprojects.net
HOMEPAGE= http://packages.debian.org/gtkfontsel
COMMENT= Utility for selecting X11 fonts to the clipboard
PKG_DESTDIR_SUPPORT= none
USE_TOOLS= gmake autoconf automake
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}.orig/ # Debian is strange
USE_LANGUAGES= c
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"