diff options
Diffstat (limited to 'security/xspy/Makefile')
-rw-r--r-- | security/xspy/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/security/xspy/Makefile b/security/xspy/Makefile new file mode 100644 index 0000000..02ea808 --- /dev/null +++ b/security/xspy/Makefile @@ -0,0 +1,25 @@ +# Ports collection makefile for: xspy +# Date created: Jan 11 2003 +# Whom: Yonatan <Yonatan@xpert.com> +# +# $FreeBSD$ +# + +PORTNAME= xspy +PORTVERSION= 1.0c +CATEGORIES= security +MASTER_SITES= http://www.acm.vt.edu/~jmaxwell/programs/xspy/ + +MAINTAINER= Yonatan@xpert.com + +WRKSRC= ${WRKDIR}/${PORTNAME} +USE_XLIB= yes +USE_IMAKE= yes +XMKMF= xmkmf + +ALL_TARGET= xspy + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xspy ${PREFIX}/bin + +.include <bsd.port.mk> |