100196f27a
Especially now that the default line is more verbose.
47 lines
1.1 KiB
Makefile
47 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.16 2001/10/28 13:05:51 espie Exp $
|
|
|
|
COMMENT= "GUI toolkit for X11"
|
|
|
|
ONLY_FOR_ARCHS= i386 sparc m68k hp300
|
|
|
|
.if (${MACHINE_ARCH} == "hp300")
|
|
XFORMS_ARCH= m68k
|
|
.else
|
|
XFORMS_ARCH= ${MACHINE_ARCH}
|
|
.endif
|
|
|
|
DISTNAME= bxform-088
|
|
PKGNAME= xforms-0.88
|
|
CATEGORIES= x11
|
|
NEED_VERSION= 1.402
|
|
MASTER_SITES= ftp://ncmir.ucsd.edu/pub/xforms/%SUBDIR%/ \
|
|
ftp://ftp.fu-berlin.de/unix/X11/gui/xforms/%SUBDIR%/ \
|
|
ftp://ftp.st.ryukoku.ac.jp/pub/X11/xforms/%SUBDIR%/
|
|
MASTER_SITE_SUBDIR= openBSD-${XFORMS_ARCH}
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= xforms/${MASTER_SITE_SUBDIR}
|
|
|
|
HOMEPAGE= http://world.std.com/~xforms/
|
|
|
|
# I asked the author and I got permission (OpenBSD is a similar enough case
|
|
# to Linux) -- espie@
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
FAKE_FLAGS= PREFIX="${PREFIX}" DESTDIR="${WRKINST}"
|
|
|
|
## Define OBJMACHINE so WRKDIR is defined to be ${MACHINE_ARCH}-specific.
|
|
OBJMACHINE= Yes
|
|
NO_BUILD= Yes
|
|
USE_X11= Yes
|
|
|
|
WRKDIST= ${WRKDIR}/xforms
|
|
|
|
post-patch:
|
|
@mv -f ${WRKSRC}/mkconfig.h ${WRKSRC}/mkconfig.h.orig
|
|
@cp -f ${FILESDIR}/mkconfig.h ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|