22 lines
535 B
Makefile
22 lines
535 B
Makefile
# $NetBSD: Makefile,v 1.16 2012/10/31 11:16:58 asau Exp $
|
|
#
|
|
|
|
DISTNAME= florist-gpl-2012-src
|
|
PKGNAME= florist-gpl-2012
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://downloads.dragonlace.net/src/ \
|
|
http://dragonlace.mirrors.ada.cx/src/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= draco@marino.st
|
|
HOMEPAGE= http://libre.adacore.com/
|
|
COMMENT= POSIX Ada Binding, IEEE Standards 1003.5(b,c)
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c ada
|
|
|
|
post-extract:
|
|
${CP} ${FILESDIR}/pconfig.* ${WRKSRC}/configs
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|