diff options
Diffstat (limited to 'misc/gkx86info2/Makefile')
-rw-r--r-- | misc/gkx86info2/Makefile | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/misc/gkx86info2/Makefile b/misc/gkx86info2/Makefile deleted file mode 100644 index 892165925f8f..000000000000 --- a/misc/gkx86info2/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: gkx86info -# Date created: Thu Aug 8 01:49:15 UTC 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gkx86info -PORTVERSION= 0.0.2 -CATEGORIES= misc -MASTER_SITES= http://asdfnews.org/yargon/ -DISTNAME= ${PORTNAME}${PORTVERSION} - -MAINTAINER= lioux@FreeBSD.org -COMMENT= GKrellM plugin that simply prints the current clock speed - -BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm -RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm - -ONLY_FOR_ARCHS= i386 -USE_X_PREFIX= yes -USE_GNOME= gtk12 imlib - -DOC_FILES= COPYING README - -do-build: - @cd ${WRKSRC} && eval ${CC} ${CFLAGS} -o MHz.o -c MHz.c - @cd ${WRKSRC} && eval ${CC} -fPIC ${CFLAGS} \ - `${GTK_CONFIG} --cflags` \ - `${IMLIB_CONFIG} --cflags-gdk` -c gkx86info.c - @cd ${WRKSRC} && eval ${CC} -shared ${CFLAGS} ${LDFLAGS} \ - -o ${PORTNAME}.so MHz.o gkx86info.o - -do-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif #NOPORTDOCS - @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.so \ - ${PREFIX}/libexec/gkrellm/plugins/ - -.include <bsd.port.mk> |