diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index 39318b1f939..bf2322bc004 100644 --- a/devel/cvsgraph/Makefile +++ b/devel/cvsgraph/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2002/06/29 13:39:51 espie Exp $ +# $OpenBSD: Makefile,v 1.2 2002/07/17 00:03:01 lebel Exp $ COMMENT= graphic representation of cvs repository @@ -6,7 +6,7 @@ DISTNAME= cvsgraph-1.2.0 CATEGORIES= devel HOMEPAGE= http://www.akhphd.au.dk/~bertho/cvsgraph -MAINTAINER= Aleksander Piotrowski +MAINTAINER= Aleksander Piotrowski # GPL 2 PERMIT_PACKAGE_CDROM= Yes @@ -23,15 +23,19 @@ LIB_DEPENDS= gd.18::graphics/gd \ ALL_TARGET= CONFIGURE_STYLE= gnu dest -CONFIGURE_ARGS= --with-gd-inc=${PREFIX}/include --with-gd-lib=${PREFIX}/lib -CONFIGURE_ARGS+= --with-jpeg-inc=${PREFIX}/include --with-jpeg-lib=${PREFIX}/lib -CONFIGURE_ARGS+= --with-png-inc=${PREFIX}/include --with-png-lib=${PREFIX}/lib +CONFIGURE_ARGS= --with-gd-inc=${LOCALBASE}/include \ + --with-gd-lib=${LOCALBASE}/lib +CONFIGURE_ARGS+= --with-jpeg-inc=${LOCALBASE}/include \ + --with-jpeg-lib=${LOCALBASE}/lib +CONFIGURE_ARGS+= --with-png-inc=${LOCALBASE}/include \ + --with-png-lib=${LOCALBASE}/lib CONFIGURE_ARGS+= --with-z-inc=/usr/include --with-z-lib=/usr/lib do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cvsgraph ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cvsgraph - ${INSTALL_DATA} ${WRKSRC}/cvsgraph.conf ${PREFIX}/share/examples/cvsgraph + ${INSTALL_DATA} ${WRKSRC}/cvsgraph.conf \ + ${PREFIX}/share/examples/cvsgraph ${INSTALL_MAN} ${WRKSRC}/cvsgraph.conf.5 ${PREFIX}/man/man5 ${INSTALL_MAN} ${WRKSRC}/cvsgraph.1 ${PREFIX}/man/man1