| File: devel/pkg-config/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 11 | Line 11 |
| pkgconfig package blurb goes here. endef | pkgconfig package blurb goes here. endef |
| LIBDEPS = devel/glibc devel/glib | LIBDEPS = devel/glib |
| CONFIGURE_SCRIPTS = $(WORKSRC)/configure | CONFIGURE_SCRIPTS = $(WORKSRC)/configure |
| # don't comment this out! It puts things in the right dirs! CONFIGURE_ARGS = $(DIRPATHS) | CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) --x-includes=$(DESTDIR)$(includedir) --x-libraries=$(DESTDIR)$(libdir) --enable-shared --disable-static |
| BUILD_SCRIPTS = $(WORKSRC)/Makefile | BUILD_SCRIPTS = $(WORKSRC)/Makefile |