mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
7d8608ab13
Hat: portmgr
32 lines
723 B
Makefile
32 lines
723 B
Makefile
# New ports collection makefile for: 9libs
|
|
# Date created: 15 February 2003
|
|
# Whom: gagnon__s@videotron.ca
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= 9libs
|
|
PORTVERSION= 1.0.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-toolkits plan9
|
|
MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/src/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Plan9 compatibility libraries
|
|
|
|
USE_XORG= x11 xt ice
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--includedir=${PREFIX}/include/9libs
|
|
|
|
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} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "powerpc"
|
|
BROKEN= Does not compile
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|