1998-03-27 15:29:37 +01:00
|
|
|
# New ports collection makefile for: workplace
|
|
|
|
# Date created: 7 March 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1998-03-27 15:29:37 +01:00
|
|
|
#
|
|
|
|
|
2000-04-10 02:44:43 +02:00
|
|
|
PORTNAME= workplace
|
2001-02-05 22:00:55 +01:00
|
|
|
PORTVERSION= 1.0.a3
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2000-10-06 08:27:26 +02:00
|
|
|
PORTEPOCH= 1
|
1998-08-08 00:33:12 +02:00
|
|
|
CATEGORIES= x11-fm
|
2000-11-02 23:52:03 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= trevor
|
|
|
|
|
2003-09-24 18:18:13 +02:00
|
|
|
PATCH_SITES= http://people.freebsd.org/~trevor/ports/
|
2000-10-06 08:27:26 +02:00
|
|
|
PATCHFILES= workplace-1.0.a3+tj1.diff.gz
|
1998-03-27 15:29:37 +01:00
|
|
|
|
2000-10-05 09:37:12 +02:00
|
|
|
MAINTAINER= trevor@FreeBSD.org
|
2003-03-01 15:34:33 +01:00
|
|
|
COMMENT= File manager and launcher
|
1998-03-27 15:29:37 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2002-09-02 06:03:35 +02:00
|
|
|
USE_GNOME= gtk12
|
1998-08-05 11:31:52 +02:00
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 09:37:12 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/glib12 \
|
|
|
|
-I${X11BASE}/include/gtk12" \
|
2000-04-10 02:44:43 +02:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1998-03-27 15:29:37 +01:00
|
|
|
|
1998-04-14 09:59:04 +02:00
|
|
|
pre-configure:
|
|
|
|
@ ${RM} ${WRKSRC}/config.cache
|
|
|
|
|
1998-03-27 15:29:37 +01: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
|
2000-10-06 08:27:26 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
1998-03-27 15:29:37 +01:00
|
|
|
.for file in AUTHORS INSTALL README TODO
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/workplace
|
|
|
|
.endfor
|
2000-10-06 08:27:26 +02:00
|
|
|
.endif
|
1998-03-27 15:29:37 +01:00
|
|
|
@ ${MKDIR} ${PREFIX}/share/examples/workplace
|
1998-04-14 09:59:04 +02:00
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/example/* ${PREFIX}/share/examples/workplace
|
1998-03-27 15:29:37 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|