diff options
Diffstat (limited to 'x11/tycoon/Makefile')
-rw-r--r-- | x11/tycoon/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/tycoon/Makefile b/x11/tycoon/Makefile new file mode 100644 index 000000000000..1e05948b8597 --- /dev/null +++ b/x11/tycoon/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: tycoon +# Version required: 1.07o +# Date created: 19 September 1997 +# Whom: steve@farrell.org +# +# $Id$ +# + +DISTNAME= tycoon-1.07o +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= X11/desktop + +MAINTAINER= steve@farrell.org + +LIB_DEPENDS= xforms:${PORTSDIR}/x11/xforms + +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes + +pre-install: + @cd ${WRKSRC}/xbackdrop/backdrops; ${MV} index index.orig; ${SED} -e 's,/usr/lib,${PREFIX}/lib,' index.orig > index; ${RM} index.orig index~ + +.include <bsd.port.mk> |