1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/florist-gpl/Makefile
2021-04-06 16:31:07 +02:00

25 lines
522 B
Makefile

# Created by: John Marino <marino@FreeBSD.org>
PORTNAME= florist-gpl
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>