2004-01-25 11:51:38 +01:00
|
|
|
# New ports collection makefile for: libXaw
|
|
|
|
# Date Created: 25 Jan, 2003
|
|
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libXaw
|
2012-02-05 06:12:45 +01:00
|
|
|
PORTVERSION= 1.0.8
|
|
|
|
PORTEPOCH= 2
|
2004-01-25 11:51:38 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= X Athena Widgets library
|
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
XORG_CAT= lib
|
2008-03-13 11:33:56 +01:00
|
|
|
USE_XORG= printproto:both x11 xau xext xextproto xmu xp xpm xproto:both xt
|
2011-02-25 17:52:50 +01:00
|
|
|
USE_GMAKE= yes
|
2004-01-25 11:51:38 +01:00
|
|
|
|
2004-04-12 01:44:29 +02:00
|
|
|
MAN3= Xaw.3
|
|
|
|
|
2005-06-15 04:42:14 +02:00
|
|
|
.include <bsd.port.mk>
|