Makefile 600 B

123456789101112131415161718192021222324252627
  1. # $OpenBSD: Makefile,v 1.13 2016/11/08 14:23:59 sthen Exp $
  2. COMMENT = daemon to control digital model railroad systems
  3. DISTNAME = srcpd-2.1.3
  4. CATEGORIES = misc net
  5. REVISION = 1
  6. HOMEPAGE = http://srcpd.sourceforge.net/
  7. MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=srcpd/}
  8. MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
  9. # GPLv2
  10. PERMIT_PACKAGE_CDROM = Yes
  11. WANTLIB += c iconv m pthread z lzma xml2
  12. LIB_DEPENDS += converters/libiconv \
  13. textproc/libxml
  14. AUTOCONF_VERSION = 2.69
  15. CONFIGURE_STYLE = autoconf
  16. FAKE_FLAGS = sysconfdir=${PREFIX}/share/examples/srcpd
  17. .include <bsd.port.mk>