Makefile 626 B

123456789101112131415161718192021
  1. # $OpenBSD: Makefile,v 1.2 2014/05/08 17:10:10 zhuk Exp $
  2. #
  3. # Check for @exec/@unexec-delete of glib-compile-schemas
  4. # when dependency is correct.
  5. DISTNAME = test-12
  6. COMMENT-main = test 12, correct handling
  7. COMMENT-exec = test 12, extra exec line
  8. COMMENT-unexec = test 12, extra unexec-delete line
  9. COMMENT-noexec = test 12, missing exec line
  10. COMMENT-nounexec = test 12, missing unexec-delete line
  11. COMMENT-wrong = test 12, wrong lines
  12. COMMENT-nodep = test 12, no run-time dependency
  13. MULTI_PACKAGES = -main -exec -unexec -noexec -nounexec -wrong -nodep
  14. MODULES = devel/dconf
  15. RUN_DEPENDS-nodep =
  16. .include <bsd.port.mk>