pkgsrc-wip/matiec/Makefile
Aleksej Saushev 5069d752df Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-03 15:09:46 +00:00

22 lines
544 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/10/03 15:09:52 asau Exp $
#
DISTNAME= matiec-0.1
CATEGORIES= devel
MASTER_SITES= http://www.beremiz.org/documentation/the-iec-to-c-compiler
MAINTAINER= conti.ma@alice.it
HOMEPAGE= http://www.beremiz.org/documentation/the-iec-to-c-compiler
COMMENT= IEC61131-3 Compiler
LICENSE= gnu-gpl-v3
USE_TOOLS+= bison
WRKSRC= ${WRKDIR}/matiec
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
HG_REPOSITORIES= matiec
HG_REPO.matiec= http://dev.automforge.net/matiec
.include "../mk/hg-package.mk"
.include "../../mk/bsd.pkg.mk"