1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/deskutils/when/Makefile
Frederic Culot f76f6d5f85 - Update to 1.1.22
Changes:	http://freshmeat.net/projects/when/releases/323911
Approved by:	sahil@/wen@ (mentors, implicit)
2010-12-12 10:11:21 +00:00

28 lines
575 B
Makefile

# New ports collection makefile for: when
# Date created: 1 May 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= when
PORTVERSION= 1.1.22
CATEGORIES= deskutils
MASTER_SITES= LOCAL/culot
MAINTAINER= culot@FreeBSD.org
COMMENT= A very simple personal calendar
USE_PERL5_RUN= yes
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
MAN1= ${PORTNAME}.1
WRKSRC= ${WRKDIR}/${PORTNAME}_dist
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
@${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/
.include <bsd.port.mk>