blob: 303dbed1c6c66abb68162da9ee72752fc6513416 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: wmblueclock
# Date created: 25 Apr 2003
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# $FreeBSD$
#
PORTNAME= wmblueclock
PORTVERSION= 0.0
CATEGORIES= x11-clocks windowmaker
MASTER_SITES= http://ibiblio.org/pub/linux/X11/xutils/ \
ftp://ftp.ibiblio.org/pub/linux/X11/xutils/
MAINTAINER= danfe@regency.nsu.ru
COMMENT= Simple dockable clock application
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_XPM= yes
MAN1= ${PORTNAME}.1
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>
|