e8d8834f6a
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
18 lines
421 B
Makefile
18 lines
421 B
Makefile
# $NetBSD: Makefile,v 1.18 2010/06/13 22:45:36 wiz Exp $
|
|
#
|
|
|
|
PKGREVISION= 9
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Desktop File Manager
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
post-install:
|
|
${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/dfm.1x ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/dfm.1
|
|
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
|
|
.include "Makefile.common"
|