25 lines
498 B
Makefile
25 lines
498 B
Makefile
# $OpenBSD: Makefile,v 1.24 2006/11/13 11:20:25 steven 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>
|