2004-02-17 03:55:13 +01:00
|
|
|
# $NetBSD: Makefile,v 1.5 2004/02/17 02:55:59 blef Exp $
|
2003-09-04 04:35:08 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= libgringotts-1.2.1
|
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://devel.pluto.linux.it/projects/libGringotts/current/
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2003-09-04 05:00:11 +02:00
|
|
|
MAINTAINER= xtraeme@NetBSD.org
|
2003-09-04 04:35:08 +02:00
|
|
|
HOMEPAGE= http://devel.pluto.linux.it/projects/libGringotts/
|
|
|
|
COMMENT= Library for encapsulating data in encrypted form
|
|
|
|
|
|
|
|
USE_BUILDLINK2= YES
|
|
|
|
USE_LIBTOOL= YES
|
|
|
|
GNU_CONFIGURE= YES
|
2004-01-25 03:22:38 +01:00
|
|
|
USE_GNU_TOOLS+= make
|
2003-09-04 04:35:08 +02:00
|
|
|
|
2003-09-04 05:00:11 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if ${OPSYS} != "Linux"
|
|
|
|
|
|
|
|
pre-install:
|
|
|
|
@${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.fix
|
2003-09-04 20:11:01 +02:00
|
|
|
@${SED} -e "s|md5sum|md5|g" ${WRKSRC}/Makefile.fix > \
|
2003-09-04 05:00:11 +02:00
|
|
|
${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
.endif
|
|
|
|
|
2003-09-04 04:35:08 +02:00
|
|
|
.include "../../devel/pkgconfig/buildlink2.mk"
|
|
|
|
.include "../../security/libmcrypt/buildlink2.mk"
|
|
|
|
.include "../../security/mhash/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|