2015-02-15 16:29:47 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.35 2015/02/15 16:29:47 naddy Exp $
|
2001-05-06 02:29:37 +00:00
|
|
|
|
2007-09-15 23:54:16 +00:00
|
|
|
COMMENT= view and manipulate contents of a tar file
|
1998-05-20 06:56:35 +00:00
|
|
|
|
|
|
|
DISTNAME= xtar-1.4
|
2013-10-11 20:39:16 +00:00
|
|
|
REVISION= 4
|
1998-05-20 06:56:35 +00:00
|
|
|
CATEGORIES= misc
|
2002-10-27 21:07:53 +00:00
|
|
|
|
2002-05-13 23:31:24 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
|
1998-05-20 06:56:35 +00:00
|
|
|
|
2001-06-20 01:43:11 +00:00
|
|
|
# License: BSD
|
2000-06-06 22:31:53 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2007-11-14 09:43:39 +00:00
|
|
|
|
2011-04-10 18:00:23 +00:00
|
|
|
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xt c m pthread-stubs xcb Xm
|
2000-02-12 06:29:49 +00:00
|
|
|
|
2006-11-13 11:20:24 +00:00
|
|
|
CONFIGURE_STYLE=imake
|
2011-04-10 18:00:23 +00:00
|
|
|
LIB_DEPENDS+= x11/openmotif
|
2000-09-11 10:05:18 +00:00
|
|
|
MAKE_FLAGS= EXTRA_LDOPTIONS=-L${WRKBUILD}/common
|
2011-04-10 18:00:23 +00:00
|
|
|
MAKE_ENV+=MOTIFLIB='-L${LOCALBASE}/lib -lXm'
|
1998-05-20 06:56:35 +00:00
|
|
|
|
2013-03-11 11:20:26 +00:00
|
|
|
NO_TEST= Yes
|
2002-10-27 21:07:53 +00:00
|
|
|
|
1998-05-20 06:56:35 +00:00
|
|
|
.include <bsd.port.mk>
|