freebsd-ports/devel/florist-gpl/Makefile
Gerald Pfeifer c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00

25 lines
534 B
Makefile

# Created by: John Marino <marino@FreeBSD.org>
# $FreeBSD$
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>