blob: dd8b61c0e79c427d1fe56d768170befa9ba48161 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $FreeBSD$
PORTNAME= libFS
PORTVERSION= 1.0.5
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= The FS library
XORG_CAT= lib
USE_XORG= fontsproto:both xproto:both xtrans
USE_AUTOTOOLS= libtool
.include <bsd.port.mk>
|