blob: e6eefc6673c760d3efbff73a0df5e0bf6679f4cb (
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: xtu
# Version required: 1.0
# Date created: 17 Apr 1999
# Whom: runge@rostock.zgdv.de
#
# $Id$
#
DISTNAME= xtu-1.0
CATEGORIES= x11-clocks
MASTER_SITES= http://www.rostock.zgdv.de/~runge/xtu/
MAINTAINER= runge@rostock.zgdv.de
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
#post-install:
# strip ${PREFIX}/bin/xtu
.include <bsd.port.mk>
|