blob: c198fa1c51979fca31cb9d980ec97cc14f956049 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= xlogo
PORTVERSION= 1.0.5
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Displays the X Window System logo
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= xorg xorg-cat:app
USE_XORG= sm x11 xaw xext xft xmu xrender xt
.include <bsd.port.mk>
|