aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/9libs/Makefile
blob: 9c1416b5dbb3d18c045b48a1f616a496f2759b76 (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
# New ports collection makefile for: 9libs
# Date created:     15 February 2003
# Whom:         gagnon__s@videotron.ca
#
# $FreeBSD$
#

PORTNAME=   9libs
PORTVERSION=    1.0
CATEGORIES= x11-toolkits plan9
MASTER_SITES=   ftp://ftp.cs.yorku.ca/pub/wily/src/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Plan9 compatibility libraries

USE_XLIB=   YES
GNU_CONFIGURE=  YES

MAN3=   add.3 balloc.3 bitblt.3 cachechars.3 event.3 frame.3 graphics.3 rgbpix.3 rune.3
MAN4=   font.4 keyboard.4 utf.4
MAN6=   bitmap.6 regexp.6

.include <bsd.port.pre.mk>

.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
BROKEN=     "Does not compile on alpha or amd64"
.endif

post-install:
    @${SED} -e 's,%%PREFIX%%,${PREFIX},' ${PKGMESSAGE}

.include <bsd.port.post.mk>