100196f27a
Especially now that the default line is more verbose.
22 lines
472 B
Makefile
22 lines
472 B
Makefile
# $OpenBSD: Makefile,v 1.19 2001/10/28 13:05:48 espie Exp $
|
|
|
|
COMMENT= "view and manipulate contents of a tar file"
|
|
|
|
DISTNAME= xtar-1.4
|
|
CATEGORIES= misc
|
|
NEED_VERSION= 1.402
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= 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>
|