Edit

IABSD.fr/ports/misc/srcpd/Makefile

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2025-11-01 11:16:40
    Hash : 706b60a9
    Message : Bump after textproc/libxml,-main => textproc/libxml

  • misc/srcpd/Makefile
  • COMMENT =	daemon to control digital model railroad systems
    
    DISTNAME =	srcpd-2.1.7
    CATEGORIES =	misc net
    REVISION =	1
    
    HOMEPAGE =	https://srcpd.sourceforge.net/
    SITES =		${SITE_SOURCEFORGE:=srcpd/}
    
    MAINTAINER =	Sebastian Reitenbach <sebastia@openbsd.org>
    
    # GPLv2
    PERMIT_PACKAGE =		Yes
    
    WANTLIB += 		c iconv m pthread z xml2
    LIB_DEPENDS +=		converters/libiconv \
    			textproc/libxml
    
    AUTOCONF_VERSION =	2.71
    CONFIGURE_STYLE =	autoconf
    
    FAKE_FLAGS =		sysconfdir=${PREFIX}/share/examples/srcpd
    
    .include <bsd.port.mk>