33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
30 lines
598 B
Makefile
30 lines
598 B
Makefile
# New ports collection makefile for: props
|
|
# Date created: 3 January 1998
|
|
# Whom: jraynard
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= props
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= fenner
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The OpenLook props application
|
|
|
|
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
|
|
|
|
WRKSRC= ${WRKDIR}/props
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext
|
|
MAKE_ARGS= INFOFILES=""
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/lib/X11/locale/C/props; \
|
|
${INSTALL_DATA} ${WRKSRC}/C/* ${PREFIX}/lib/X11/locale/C/props
|
|
|
|
.include <bsd.port.mk>
|