Makefile 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. # $OpenBSD: Makefile,v 1.6 2013/08/07 15:37:08 naddy Exp $
  2. CATEGORIES = base xenocara
  3. COMMENT = Xenocara meta package for release
  4. V = 0
  5. DISTNAME = xc-meta-release-$V
  6. DISTFILES =
  7. PKGNAME = xc-meta-release-$V
  8. LOCATION = ${PACKAGE_REPOSITORY}/${MACHINE_ARCH}/components
  9. SUBCOMPONENTS = \
  10. app/cwm \
  11. app/fvwm \
  12. app/glxgears \
  13. app/oclock \
  14. app/ssh-askpass \
  15. app/twm \
  16. app/xbiff \
  17. app/xedit \
  18. app/xcalc \
  19. app/xclipboard \
  20. app/xclock \
  21. app/xload \
  22. app/xmag \
  23. app/xterm \
  24. app/xvidtune \
  25. app/xman \
  26. app/xlockmore \
  27. distrib/notes \
  28. driver/xf86-input-acecad \
  29. driver/xf86-input-elographics \
  30. driver/xf86-input-fpit \
  31. driver/xf86-input-hyperpen \
  32. driver/xf86-input-joystick \
  33. driver/xf86-input-keyboard \
  34. driver/xf86-input-mouse \
  35. driver/xf86-input-mutouch \
  36. driver/xf86-input-penmount \
  37. driver/xf86-input-synaptics \
  38. driver/xf86-input-usbtablet \
  39. driver/xf86-input-vmmouse \
  40. driver/xf86-input-void \
  41. driver/xf86-input-ws \
  42. driver/xf86-video-apm \
  43. driver/xf86-video-ark \
  44. driver/xf86-video-ati \
  45. driver/xf86-video-chips \
  46. driver/xf86-video-cirrus \
  47. driver/xf86-video-dummy \
  48. driver/xf86-video-glint \
  49. driver/xf86-video-i128 \
  50. driver/xf86-video-i740 \
  51. driver/xf86-video-intel \
  52. driver/xf86-video-mach64 \
  53. driver/xf86-video-mga \
  54. driver/xf86-video-neomagic \
  55. driver/xf86-video-nv \
  56. driver/xf86-video-openchrome \
  57. driver/xf86-video-r128 \
  58. driver/xf86-video-radeonold \
  59. driver/xf86-video-rendition \
  60. driver/xf86-video-s3 \
  61. driver/xf86-video-s3virge \
  62. driver/xf86-video-savage \
  63. driver/xf86-video-siliconmotion \
  64. driver/xf86-video-sis \
  65. driver/xf86-video-sunffb \
  66. driver/xf86-video-tdfx \
  67. driver/xf86-video-trident \
  68. driver/xf86-video-tseng \
  69. driver/xf86-video-vesa \
  70. driver/xf86-video-vmware \
  71. driver/xf86-video-voodoo \
  72. driver/xf86-video-wildcatfb \
  73. driver/xf86-video-wsfb \
  74. driver/xf86-video-wsudl \
  75. xserver \
  76. meta \
  77. share/mk \
  78. kdrive
  79. BUILD_DEPENDS = ${SUBCOMPONENTS:S,^,base/xenocara/,}
  80. PERMIT_PACKAGE_CDROM= Yes
  81. NO_BUILD =
  82. pre-install:
  83. cd ${XSRCDIR} && ${MAKE} fix-appd DESTDIR=
  84. /usr/libexec/makewhatis ${X11BASE}/man
  85. do-install:
  86. cd ${XSRCDIR} && ${MAKE} dist RELEASEDIR=${LOCATION} DESTDIR=/
  87. post-install:
  88. .include <bsd.port.mk>