freebsd-ports/x11/wscan/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

25 lines
480 B
Makefile

# New ports collection makefile for: wscan
# Date created: 10 December 2001
# Whom: Jim Binkley <jrb@cs.pdx.edu>
#
# $FreeBSD$
#
PORTNAME= wscan
PORTVERSION= 1.00
CATEGORIES= x11
MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/mobile/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
WRKSRC= $(WRKDIR)/wscan
USE_XLIB= yes
MAN1= wscan.1
post-install:
${STRIP_CMD} ${PREFIX}/bin/wscan
.include <bsd.port.mk>