mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
34 lines
671 B
Makefile
34 lines
671 B
Makefile
# New ports collection makefile for: gtimer
|
|
# Date created: 25 February 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtimer
|
|
PORTVERSION= 1.1.6
|
|
PORTREVISION= 2
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://www.k5n.us/files/ \
|
|
http://www.cknudsen.com/gtimer/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A timer for your personal activities
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gtk12
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= gtimer.1
|
|
PLIST_FILES= bin/gtimer
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g' \
|
|
${WRKSRC}/project.c
|
|
|
|
post-install:
|
|
@${INSTALL_MAN} ${WRKSRC}/gtimer.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|