[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / www / sitecopy

Annotation of pkgsrc/www/sitecopy/Makefile, Revision 1.1.1.1

1.1       jlam        1: # $NetBSD$
                      2:
                      3: DISTNAME=              sitecopy-0.10.15
                      4: CATEGORIES=            www
                      5: MASTER_SITES=          http://www.lyra.org/sitecopy/
                      6:
                      7: MAINTAINER=            jlam@netbsd.org
                      8: HOMEPAGE=              http://www.lyra.org/sitecopy/
                      9: COMMENT=               utility for synchronizing remote and local web sites
                     10:
                     11: DEPENDS+=              libxml>=1.8.11:../../textproc/libxml
                     12:
                     13: USE_SSL=               # defined
                     14: USE_LIBINTL=           # defined
                     15: USE_GMAKE=             # defined
                     16:
                     17: GNU_CONFIGURE=         # defined
                     18: CONFIGURE_ARGS+=       --with-ssl=${SSLBASE}
                     19: CONFIGURE_ARGS+=       --enable-libxml
                     20:
                     21: .include "../../devel/libgetopt/Makefile.getopt"
                     22:
                     23: CONFIGURE_ENV+=                CPPFLAGS="${CPPFLAGS}"
                     24: CPPFLAGS+=             -I${WRKINCDIR}
                     25: CFLAGS+=               -I${WRKINCDIR}
                     26:
                     27: pre-configure: link-getopt-headers
                     28:
                     29: # The build process doesn't correctly find the header for GNU fnmatch, which
                     30: # is provided in ${WRKSRC}/lib.  Help the compiler by linking the header
                     31: # to ${WRKSRC} and explicitly passing -I. to the compiler.
                     32: #
                     33: CFLAGS+=               -I.
                     34:
                     35: pre-build:
                     36:        ${RM} -f ${WRKSRC}/fnmatch.h
                     37:        ${LN} -sf ${WRKSRC}/lib/fnmatch.h ${WRKSRC}/fnmatch.h
                     38:
                     39: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>