mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
23 lines
449 B
Makefile
23 lines
449 B
Makefile
# Created by: John Marino <marino@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= florist-gpl
|
|
PORTVERSION= 2012
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://downloads.dragonlace.net/src/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= marino@FreeBSD.org
|
|
COMMENT= POSIX Ada binding, IEEE Standards 1003.5(b,c)
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= ada
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-extract:
|
|
${CP} ${FILESDIR}/pconfig.* ${WRKSRC}/configs
|
|
|
|
.include <bsd.port.mk>
|