summaryrefslogtreecommitdiffstats
path: root/x11/xlogo/Makefile
blob: 9691e79bbdda2909b00a8c16cc3d5c85fedfdfdc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    xlogo
# Date Created:             17 Feb 2006
# Whom:                 Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   xlogo
PORTVERSION=    1.0.4
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
COMMENT=    Displays the X Window System logo

LICENSE=    MIT

XORG_CAT=   app
USE_XORG=   xrender xft xext xt xaw xp xprintutil

MAN1=       xlogo.1

.include <bsd.port.mk>