aboutsummaryrefslogtreecommitdiffstats
path: root/devel/adabindx/Makefile
blob: 6c72cff21504dccec2913d693d8545b8a8f828f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:   adabindx
# Date created:        23 December 2002
# Whom:                David Holm <david@realityrift.com>
#
# $FreeBSD$
#

PORTNAME=   adabindx
PORTVERSION=    0.7.2
CATEGORIES= devel
MASTER_SITES=   http://home.arcor.de/hfvogt/

MAINTAINER= ports@FreeBSD.org
COMMENT=    An Ada-binding to the X Window System and *tif

BUILD_DEPENDS=  gnatmake:${PORTSDIR}/lang/gnat

USE_MOTIF=  yes
USE_X_PREFIX=   yes

post-patch:
#   @mv ${WRKSRC}/lib ${WRKSRC}/src

#do-install:
#   @${MKDIR} ${X11BASE}/lib/adabindx
#   @(for i in `cat pkg-plist|grep "lib/adabindx"|grep -v dirrm|sed "s/lib\/adabindx\///"`; do \
#       ${INSTALL_DATA} ${WRKSRC}/lib/$${i} ${PREFIX}/lib/adabindx; \
#   done)
#
#   @${MKDIR} ${X11BASE}/share/adabindx
#   @(for i in `cat pkg-plist|grep "share/adabindx"|grep -v dirrm|sed "s/share\/adabindx\///"`; do \
#       ${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/share/adabindx; \
#   done)

.include <bsd.port.mk>