mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
35 lines
874 B
Makefile
35 lines
874 B
Makefile
# New ports collection makefile for: Viewkit from Hungry Programming
|
|
# Date created: Aug 2000
|
|
# Whom: peterho@ned.dem.csiro.au
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= viewkit
|
|
PORTVERSION= 0.00
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/viewkit/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= fenner
|
|
DISTNAME= libvk-Apr19-2243
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= ViewKit workalike from Hungry Programmers
|
|
|
|
USE_AUTOTOOLS= autoconf:261:env
|
|
MOTIFPACKAGE?= open-motif
|
|
USE_MOTIF= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-${MOTIFPACKAGE}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's/^friend/friend class/' ${WRKSRC}/Vk/VkAction.h \
|
|
${WRKSRC}/Vk/VkApp.h ${WRKSRC}/Vk/VkMenu.h
|
|
@${REINPLACE_CMD} -E 's/\((VkPipe::handleInput)\)/\1/' ${WRKSRC}/VkPipe.C
|
|
|
|
pre-configure:
|
|
@cd ${WRKSRC}; ${CHMOD} +w configure; ${AUTOCONF}
|
|
|
|
.include <bsd.port.mk>
|