freebsd-ports/sysutils/ticker.app/Makefile
Patrick Li 3b8e40d130 - Use bzip'd tarballs because of reduce size (some)
- Update WWW (some)
- Do not resort to patching configure script (perl substitution) to fix the
  program-prefix issue (some)
2002-07-25 22:53:13 +00:00

30 lines
621 B
Makefile

# New ports collection makefile for: ticker.app
# Date created: Sun Oct 14 15:14:24 EDT 2001
# Whom: Patrick Li <pat@databits.net>
#
# $FreeBSD$
#
PORTNAME= ticker.app
PORTVERSION= 0.5.0
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/
MAINTAINER= pat@FreeBSD.org
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=""
MAN1= ticker.app.1
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/ChangeLog \
${DOCSDIR}
.endif
.include <bsd.port.mk>