1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-fm/workplace/Makefile
Kris Kennaway 027f59c9d8 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.

Approved by:	andy
2000-03-29 07:19:16 +00:00

38 lines
1023 B
Makefile

# New ports collection makefile for: workplace
# Version required: 1.0a3
# Date created: 7 March 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
DISTNAME= workplace-1.0.a3
PKGNAME= workplace-1.0a3
CATEGORIES= x11-fm
MASTER_SITES= http://www2.osk.3web.ne.jp/~hideki70/src/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/gtk10" \
LIBS="-L${LOCALBASE}/lib"
pre-configure:
@ ${RM} ${WRKSRC}/config.cache
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
@ ${INSTALL_DATA} ${WRKSRC}/example/* ${PREFIX}/share/examples/workplace
.include <bsd.port.mk>