freebsd-ports/devel/florist-gpl/Makefile

26 lines
534 B
Makefile
Raw Normal View History

# Created by: John Marino <marino@FreeBSD.org>
# $FreeBSD$
PORTNAME= florist-gpl
2017-08-19 14:13:26 +02:00
PORTVERSION= 2017
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://downloads.dragonlace.net/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= POSIX Ada binding, IEEE Standards 1003.5(b,c)
LICENSE= GPLv3
BUILD_DEPENDS= gprbuild:devel/gprbuild
USES= ada gmake
GNU_CONFIGURE= yes
SUB_FILES= florist.gpr
post-extract:
(cd ${WRKSRC}/configs && ${CP} pconfig.FreeBSD pconfig.DragonFly)
.include <bsd.port.mk>