[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / pkg-config

File: [local] / src / usr.bin / pkg-config / Makefile (download)

Revision 1.1, Mon Nov 27 16:49:13 2006 UTC (17 years, 6 months ago) by ckuethe
Branch: MAIN

Yet Another pkg-config program, this time as a perl script.

Not all flags and options are implemented yet, but it works well enough
to build a bunch of ports and xenocara (which requires pkg-config).

It is not yet activated in the build; I'm committing to allow for in-tree
development (including a man page).

ok espie, matthieu

# $OpenBSD: Makefile,v 1.1 2006/11/27 16:49:13 ckuethe Exp $

SCRIPT=pkg-config

# Nothing to build or clean
all:
clean:

install: 
	${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
		${SCRIPT} ${DESTDIR}${BINDIR}/

.include <bsd.prog.mk>