Makefile 475 B

12345678910111213141516171819202122232425
  1. # $OpenBSD: Makefile,v 1.3 2014/11/30 05:41:34 brad Exp $
  2. COMMENT = library for resource constrained project scheduling
  3. CATEGORIES = productivity
  4. DISTNAME = librcps-0.3
  5. REVISION = 0
  6. HOMEPAGE = http://www.librcps.org/
  7. SHARED_LIBS = rcps 0.0
  8. # GPLv2
  9. PERMIT_PACKAGE_CDROM = Yes
  10. WANTLIB = c pthread
  11. MASTER_SITES = ${HOMEPAGE}
  12. SEPARATE_BUILD = Yes
  13. CONFIGURE_STYLE = gnu
  14. # looks like upstream have one but forgot to actually add it
  15. NO_TEST = Yes
  16. .include <bsd.port.mk>