1998-01-04 22:31:26 +00:00
|
|
|
# New ports collection makefile for: props
|
|
|
|
# Date created: 3 January 1998
|
|
|
|
# Whom: jraynard
|
|
|
|
#
|
1999-08-31 02:51:23 +00:00
|
|
|
# $FreeBSD$
|
1998-01-04 22:31:26 +00:00
|
|
|
#
|
|
|
|
|
2000-04-13 19:19:05 +00:00
|
|
|
PORTNAME= props
|
2001-02-05 16:18:54 +00:00
|
|
|
PORTVERSION= 1.0
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 1
|
1998-01-04 22:31:26 +00:00
|
|
|
CATEGORIES= x11
|
2000-06-22 19:15:32 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= fenner
|
1998-01-04 22:31:26 +00:00
|
|
|
|
2000-02-05 10:55:49 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:21:36 +00:00
|
|
|
COMMENT= The OpenLook props application
|
2000-02-05 10:55:49 +00:00
|
|
|
|
1999-05-04 23:18:39 +00:00
|
|
|
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
|
1998-01-04 22:31:26 +00:00
|
|
|
|
1998-01-06 06:22:37 +00:00
|
|
|
WRKSRC= ${WRKDIR}/props
|
1998-01-04 22:31:26 +00:00
|
|
|
USE_IMAKE= yes
|
2005-04-14 08:15:26 +00:00
|
|
|
MAKE_ARGS= INFOFILES=""
|
1998-01-04 22:31:26 +00:00
|
|
|
|
|
|
|
post-install:
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 17:56:05 +00:00
|
|
|
${MKDIR} ${PREFIX}/lib/X11/locale/C/props; \
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/C/* ${PREFIX}/lib/X11/locale/C/props
|
1998-01-04 22:31:26 +00:00
|
|
|
|
2006-03-07 17:12:14 +00:00
|
|
|
.include <bsd.port.mk>
|