use LOCALBASE instead of PREFIX
This commit is contained in:
parent
81e4953d8b
commit
0309448058
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user