freebsd-ports/devel/florist-gpl/Makefile

23 lines
461 B
Makefile
Raw Normal View History

# Created by: John Marino <marino@FreeBSD.org>
# $FreeBSD$
PORTNAME= florist-gpl
PORTVERSION= 2014
CATEGORIES= devel
MASTER_SITES= http://downloads.dragonlace.net/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= marino@FreeBSD.org
COMMENT= POSIX Ada binding, IEEE Standards 1003.5(b,c)
LICENSE= GPLv3
USES= ada
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/florist-src
post-extract:
${CP} ${FILESDIR}/pconfig.* ${WRKSRC}/configs
.include <bsd.port.mk>