1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/security/xspy/Makefile

26 lines
454 B
Makefile
Raw Normal View History

# 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>