25 lines
497 B
Makefile
25 lines
497 B
Makefile
# $OpenBSD: Makefile,v 1.25 2007/09/15 23:54:18 merdely Exp $
|
|
|
|
COMMENT= view and manipulate contents of a tar file
|
|
|
|
DISTNAME= xtar-1.4
|
|
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 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>
|