1999-04-30 07:31:04 +02:00
|
|
|
# New ports collection makefile for: xtu
|
|
|
|
# Date created: 17 Apr 1999
|
|
|
|
# Whom: runge@rostock.zgdv.de
|
|
|
|
#
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1999-04-30 07:31:04 +02:00
|
|
|
#
|
|
|
|
|
2000-04-10 02:33:10 +02:00
|
|
|
PORTNAME= xtu
|
2006-04-23 20:34:10 +02:00
|
|
|
PORTVERSION= 1.3
|
2008-07-07 13:06:45 +02:00
|
|
|
PORTREVISION= 2
|
1999-04-30 07:31:04 +02:00
|
|
|
CATEGORIES= x11-clocks
|
2002-11-10 20:21:23 +01:00
|
|
|
MASTER_SITES= http://core.de/~coto/projects/xtu/
|
1999-04-30 07:31:04 +02:00
|
|
|
|
2003-02-20 21:16:03 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= Transparent analog clock for X11
|
|
|
|
|
1999-04-30 07:31:04 +02:00
|
|
|
USE_IMAKE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11 xpm xext
|
2003-08-18 11:02:49 +02:00
|
|
|
CPPFLAGS= -DUSE_XPM
|
|
|
|
LDFLAGS= -lXpm -lX11 -lXext
|
2008-07-07 13:06:45 +02:00
|
|
|
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
MAN1= xtu.1
|
|
|
|
PLIST_FILES= bin/xtu
|
1999-04-30 07:31:04 +02:00
|
|
|
|
2008-07-07 13:06:45 +02:00
|
|
|
.include <bsd.port.mk>
|