pkgsrc/x11/tile/Makefile
wiz d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00

24 lines
620 B
Makefile

# $NetBSD: Makefile,v 1.6 2009/07/22 09:01:54 wiz Exp $
#
DISTNAME= tile_0.7.3
PKGNAME= tile-0.7.3
PKGREVISION= 1
CATEGORIES= x11
# cvs only has 0.7.1 and mentions "cvs server loss"...
MASTER_SITES= http://www.unixdev.net/downloads/tile/0.7.3/
MAINTAINER= inittab@unixdev.net
HOMEPAGE= http://www.unixdev.net/projects/tile
COMMENT= X11 Window Tiler
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
GNU_CONFIGURE= yes
INSTALL_MAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX}
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"