mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
e8cab3379e
- Style PR: ports/96474 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
35 lines
715 B
Makefile
35 lines
715 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://seiichisato.jp/dockapps/src/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Ticker dockapp for Window Maker
|
|
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
USE_GNOME= gnometarget
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= ticker.app.1
|
|
PORTDOCS= ChangeLog README
|
|
PLIST_FILES= bin/ticker.app
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for file in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|