27 lines
529 B
Makefile
27 lines
529 B
Makefile
# $OpenBSD: Makefile,v 1.26 2007/11/14 09:43:40 steven Exp $
|
|
|
|
COMMENT= view and manipulate contents of a tar file
|
|
|
|
DISTNAME= xtar-1.4
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
|
|
|
|
# License: BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xt c m
|
|
|
|
CONFIGURE_STYLE=imake
|
|
USE_X11= Yes
|
|
USE_MOTIF= any
|
|
MAKE_FLAGS= EXTRA_LDOPTIONS=-L${WRKBUILD}/common
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|