mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
a09895b0fd
MIT license / X11 license (from bsd.license.db.mk)
23 lines
377 B
Makefile
23 lines
377 B
Makefile
# New ports collection makefile for: xlogo
|
|
# Date Created: 17 Feb 2006
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xlogo
|
|
PORTVERSION= 1.0.3
|
|
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>
|