1998-03-27 14:29:37 +00:00
|
|
|
# New ports collection makefile for: workplace
|
1998-04-14 07:59:04 +00:00
|
|
|
# Version required: 1.0a3
|
1998-03-27 14:29:37 +00:00
|
|
|
# Date created: 7 March 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1998-08-20 07:56:20 +00:00
|
|
|
# $Id: Makefile,v 1.6 1998/08/07 23:56:50 asami Exp $
|
1998-03-27 14:29:37 +00:00
|
|
|
#
|
|
|
|
|
1998-04-14 07:59:04 +00:00
|
|
|
DISTNAME= workplace-1.0.a3
|
|
|
|
PKGNAME= workplace-1.0a3
|
1998-08-07 22:33:12 +00:00
|
|
|
CATEGORIES= x11-fm
|
1998-04-14 07:59:04 +00:00
|
|
|
MASTER_SITES= http://www2.osk.3web.ne.jp/~hideki70/src/
|
1998-03-27 14:29:37 +00:00
|
|
|
|
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
|
|
|
|
1998-08-07 23:56:56 +00:00
|
|
|
LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11-toolkits/gtk
|
1998-03-27 14:29:37 +00:00
|
|
|
|
1998-08-20 07:56:20 +00:00
|
|
|
BROKEN= gtk update
|
|
|
|
|
1998-03-27 14:29:37 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1998-03-27 14:29:37 +00:00
|
|
|
|
1998-04-14 07:59:04 +00:00
|
|
|
pre-configure:
|
|
|
|
@ ${RM} ${WRKSRC}/config.cache
|
|
|
|
|
1998-03-27 14:29:37 +00:00
|
|
|
do-install:
|
|
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/src/workplace ${PREFIX}/bin
|
|
|
|
@ ${MKDIR} ${PREFIX}/include/X11/pixmaps
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/include/X11/pixmaps
|
|
|
|
@ ${MKDIR} ${PREFIX}/share/doc/workplace
|
|
|
|
.for file in AUTHORS INSTALL README TODO
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/workplace
|
|
|
|
.endfor
|
|
|
|
@ ${MKDIR} ${PREFIX}/share/examples/workplace
|
1998-04-14 07:59:04 +00:00
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/example/* ${PREFIX}/share/examples/workplace
|
1998-03-27 14:29:37 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|