Fixed post-extract; +LICENSE;
This commit is contained in:
parent
a1e5dc8a58
commit
fd882396a7
1 changed files with 12 additions and 10 deletions
|
@ -1,15 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.8 2012/11/25 23:32:28 othyro Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2012/12/28 13:14:36 othyro Exp $
|
||||
#
|
||||
|
||||
DISTNAME= panda-0.5.4
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=panda/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
DISTNAME= panda-0.5.4
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=panda/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.stillhq.com//panda/
|
||||
COMMENT= GPLed PDF generation library
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.stillhq.com//panda/
|
||||
COMMENT= GPLed PDF generation library
|
||||
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
|
||||
|
||||
PKG_DESTDIR_SUPPORT= none
|
||||
|
||||
|
@ -17,6 +18,7 @@ USE_PKGLOCALEDIR= yes
|
|||
PKGCONFIG_OVERRIDE+= ${WRKSRC}/panda.pc.in
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= gmake
|
||||
|
||||
# THIS package is broken, when creating the library it checks for the real
|
||||
# installation path, not the sources one. and this crashes in compilation
|
||||
|
@ -27,7 +29,7 @@ USE_LIBTOOL= yes
|
|||
# - bugs reported - hope to drop this in the next version
|
||||
post-extract:
|
||||
rm -f ${WRKSRC}/config/config.* ${WRKSRC}/config/ltmain.sh
|
||||
cp ${FILESDIR}/* ${WRKSRC}/config/
|
||||
cp ${FILESDIR}/*.* ${WRKSRC}/config/
|
||||
|
||||
.include "../../graphics/tiff/buildlink3.mk"
|
||||
.include "../../mk/jpeg.buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue