openbsd-ports/misc/xtar/Makefile

22 lines
472 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2001/10/28 13:05:48 espie Exp $
COMMENT= "view and manipulate contents of a tar file"
1998-05-20 02:56:35 -04:00
DISTNAME= xtar-1.4
CATEGORIES= misc
NEED_VERSION= 1.402
1998-05-20 02:56:35 -04:00
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
1998-05-20 02:56:35 -04:00
# License: BSD
2000-06-06 18:31:53 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 01:29:49 -05:00
2000-09-11 06:05:18 -04:00
CONFIGURE_STYLE= imake
USE_MOTIF= any
2000-09-11 06:05:18 -04:00
MAKE_FLAGS= EXTRA_LDOPTIONS=-L${WRKBUILD}/common
1998-05-20 02:56:35 -04:00
.include <bsd.port.mk>