mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
- Disable imlib support, which does not work
- Bump PORTREVISION PR: 124855 Submitted by: Sam Sirlin <swsirlin@earthlink.net>
This commit is contained in:
parent
a40d003a4c
commit
a0f59aea81
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216441
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= xtu
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-clocks
|
||||
MASTER_SITES= http://core.de/~coto/projects/xtu/
|
||||
|
||||
@ -15,21 +15,11 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Transparent analog clock for X11
|
||||
|
||||
USE_IMAKE= yes
|
||||
WANT_GNOME= yes
|
||||
USE_XORG= x11 xpm xext
|
||||
CPPFLAGS= -DUSE_XPM
|
||||
LDFLAGS= -lXpm -lX11 -lXext
|
||||
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
MAN1= xtu.1
|
||||
PLIST_FILES= bin/xtu
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${HAVE_GNOME:Mimlib}!=""
|
||||
USE_GNOME= imlib
|
||||
CPPFLAGS= -DUSE_IMLIB `${IMLIB_CONFIG} --cflags`
|
||||
LDFLAGS= `${IMLIB_CONFIG} --libs`
|
||||
.else
|
||||
USE_XORG= x11 xpm xext
|
||||
CPPFLAGS= -DUSE_XPM
|
||||
LDFLAGS= -lXpm -lX11 -lXext
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user