54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
31 lines
725 B
Makefile
31 lines
725 B
Makefile
# 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
|
|
USE_AUTOTOOLS= libtool:13:inc
|
|
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} == "alpha" || ${ARCH} == "amd64"
|
|
BROKEN= "Does not compile on alpha or amd64"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|