46b5f232b5
FAKE=Yes HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF and bump NEED_VERSION accordingly.
29 lines
607 B
Makefile
29 lines
607 B
Makefile
# $OpenBSD: Makefile,v 1.6 2000/10/22 15:43:55 espie Exp $
|
|
#
|
|
|
|
#
|
|
# What port/package will be created
|
|
#
|
|
DISTNAME= x2x-1.27
|
|
CATEGORIES= x11
|
|
NEED_VERSION= 1.305
|
|
|
|
MAINTAINER= Todd T. Fries <todd@openbsd.org>
|
|
|
|
LICENSE_TYPE= BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/SRC/x2x/ \
|
|
ftp://ftp.digital.de/Digital/SRC/x2x/ \
|
|
ftp://ftp.europe.digital.com/pub/DEC/SRC/x2x/
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
pre-build:
|
|
@nroff -man ${WRKSRC}/x2x.1 > ${WRKSRC}/x2x.man 2> /dev/null
|
|
|
|
.include <bsd.port.mk>
|