mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
23 lines
391 B
Makefile
23 lines
391 B
Makefile
# New ports collection makefile for: xtu
|
|
# Date created: 17 Apr 1999
|
|
# Whom: runge@rostock.zgdv.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xtu
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= x11-clocks
|
|
MASTER_SITES= http://core.de/~coto/projects/xtu/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Transparent analog clock for X11
|
|
|
|
USE_IMAKE= yes
|
|
USE_XPM= yes
|
|
|
|
#post-install:
|
|
# strip ${PREFIX}/bin/xtu
|
|
|
|
.include <bsd.port.mk>
|