added licensing information
rewrote addition of supplementary LIBS for Darwin (Mac OS X)
This commit is contained in:
parent
2e699561f0
commit
edb78788ba
1 changed files with 3 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2010/06/13 22:47:06 thomasklausner Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2010/09/05 09:38:50 gschwarz Exp $
|
||||
|
||||
DISTNAME= gtk-imonc-0.6.4.1
|
||||
PKGREVISION= 1
|
||||
|
@ -8,16 +8,14 @@ MASTER_SITES= http://zeank.in-berlin.de/download/
|
|||
MAINTAINER= schwarz@NetBSD.org
|
||||
HOMEPAGE= http://zeank.in-berlin.de/gtkimonc/
|
||||
COMMENT= GTK version of the fli4l monitoring tool
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
.if ${OPSYS} == "Darwin"
|
||||
LIBS+= -lX11
|
||||
.endif
|
||||
LIBS.Darwin+= -lX11
|
||||
|
||||
INSTALLATION_DIRS= bin share/gnome/apps/Internet share/gtk-imonc/pixmaps
|
||||
|
||||
|
|
Loading…
Reference in a new issue