File: lib/libpng/Makefile
base-0 patch-1
Line 25Line 25
basis alone.
endef

basis alone.
endef

# Dependencies are of the form categorydir/packagedir
# LIBDEPS are for libraries, and DEPENDS are for everything else
LIBDEPS = devel/glibc lib/zlib
DEPENDS =
# Builddeps are installed in $(BUILD_PREFIX) in their entirety
BUILDDEPS =

LIBDEPS = lib/zlib
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
Line 48Line 42
# This should go before any hand-made rules.
include ../../gar.mk
# This should go before any hand-made rules.
include ../../gar.mk
post-extract:
        cp $(WORKSRC)/scripts/makefile.linux $(WORKSRC)/Makefile
post-extract:
        cp $(WORKSRC)/scripts/makefile.linux $(WORKSRC)/Makefile

        $(MAKECOOKIE)