a8a3c01339
patches to add it). Drop pax from the default USE_TOOLS list. Make bsdtar the default for those places that wanted gtar to extract long links etc, as bsdtar can be built of the tree.
31 lines
787 B
Makefile
31 lines
787 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/05/25 21:42:20 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= partlibrary-2.0.1.2-1
|
|
PKGNAME= qcad-partlibrary-2.0.1.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= cad
|
|
MASTER_SITES= http://www.ribbonsoft.com/archives/partlibrary/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.ribbonsoft.com/qcad/
|
|
COMMENT= About 4500 mech, elec, etc. parts for the QCad 2D CAD system
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
USE_TOOLS+= pax
|
|
|
|
DEPENDS+= qcad>=2.0.0.0:../../cad/qcad
|
|
|
|
post-extract:
|
|
chmod -R go-w ${WRKSRC}
|
|
cd ${WRKSRC}/electrical/denzuq && chmod -x */*/*.dxf
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/qcad/library
|
|
cd ${WRKSRC} && pax -rwpm . ${DESTDIR}${PREFIX}/share/qcad/library
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|