mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
42 lines
1.0 KiB
Makefile
42 lines
1.0 KiB
Makefile
#
|
|
# $Id: Makefile 831 2007-08-24 11:11:18Z root $
|
|
# $URL: file:///usr2/svn/ports5/x11/xorg-xkill/Makefile $
|
|
#
|
|
PORTNAME= xkill
|
|
PORTVERSION= 1.0.4
|
|
X11_CATEGORY= app
|
|
MASTER_SITES+= ftp://ftp.x.org/pub/individual/${X11_CATEGORY}/
|
|
CATEGORIES= x11
|
|
DIST_SUBDIR= x11
|
|
#PKGNAMEPREFIX= xutil-
|
|
|
|
MAINTAINER= onborodin@gmail.com
|
|
COMMENT= X.org X11R7 module
|
|
|
|
BUILD_DEPENDS+= pkg-config:devel/pkg-config
|
|
BUILD_DEPENDS+= ${PREFIX}/lib/pkgconfig/x11.pc:x11/libX11
|
|
BUILD_DEPENDS+= ${PREFIX}/lib/pkgconfig/xmuu.pc:x11/libXmu
|
|
BUILD_DEPENDS+= ${RUN_DEPENDS}
|
|
|
|
|
|
LIB_DEPENDS+= libX11.so:x11/libX11
|
|
LIB_DEPENDS+= libXau.so:x11/libXau
|
|
LIB_DEPENDS+= libXdmcp.so:x11/libXdmcp
|
|
LIB_DEPENDS+= libXmuu.so:x11/libXmu
|
|
BUILD_DEPENDS+= ${PREFIX}/lib/pkgconfig/xproto.pc:xproto/xproto
|
|
|
|
USES+= tar:bzip2
|
|
USES+= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
PLIST_FILES+= bin/xkill
|
|
PLIST_FILES+= man/man1/xkill.1.gz
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|
|
LIBS+= -lX11 -lXau -lXdmcp -lXmuu
|