pkgsrc/devel/libdfui/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

33 lines
859 B
Makefile

# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:16 jlam Exp $
#
DISTNAME= libdfui-3.0
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.bsdinstaller.org/distfiles/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.bsdinstaller.org/
COMMENT= LIBrary for DragonFly User Interfaces
WRKSRC= ${WRKDIR}/libdfui
SUBST_CLASSES+= prefix
SUBST_STAGE.prefix= post-patch
SUBST_FILES.prefix= Makefile
SUBST_SED.prefix= -e "s,/usr/local,${PREFIX},g"
SUBST_MESSAGE.prefix= "Fixing hardcoded paths."
INSTALLATION_DIRS= include/dfui lib
HEADER_FILES= dfui dump lang system
do-install:
.for f in ${HEADER_FILES}
${INSTALL_DATA} ${WRKSRC}/${f}.h ${PREFIX}/include/dfui
.endfor
${INSTALL_LIB} ${WRKSRC}/libdfui.so* ${PREFIX}/lib
${INSTALL_LIB} ${WRKSRC}/libdfui*.a ${PREFIX}/lib
.include "../../devel/libaura/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"