21 lines
454 B
Makefile
21 lines
454 B
Makefile
# $OpenBSD: Makefile,v 1.21 2002/05/13 23:31:26 espie Exp $
|
|
|
|
COMMENT= "view and manipulate contents of a tar file"
|
|
|
|
DISTNAME= xtar-1.4
|
|
CATEGORIES= misc
|
|
NEED_VERSION= 1.515
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
|
|
|
|
# License: BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= imake
|
|
USE_MOTIF= any
|
|
MAKE_FLAGS= EXTRA_LDOPTIONS=-L${WRKBUILD}/common
|
|
|
|
.include <bsd.port.mk>
|