Makefile 387 B

12345678910111213141516171819202122
  1. # $OpenBSD: Makefile,v 1.20 2017/04/10 11:45:23 sthen Exp $
  2. COMMENT= interactive console id3 tag editor
  3. DISTNAME= id3ed-1.10.4
  4. REVISION= 2
  5. CATEGORIES= audio
  6. HOMEPAGE= http://code.fluffytapeworm.com/projects/id3ed/
  7. # GPLv2+
  8. PERMIT_PACKAGE_CDROM= Yes
  9. WANTLIB= c curses m readline ${LIBCXX}
  10. MASTER_SITES= ${HOMEPAGE}
  11. NO_TEST= Yes
  12. CONFIGURE_STYLE= gnu
  13. .include <bsd.port.mk>