aboutsummaryrefslogblamecommitdiffstats
path: root/sysutils/xwatch/Makefile
blob: 616bb336acba9d97c95a3ed7cab92dfd6a90e016 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              

                                                    
           
 
                      
                     
                        
                                                                

                               
                   
                     









                                                                                 
# New ports collection makefile for:    xwatch
# Date created:             17 July 1998
# Whom:                 mph
#
# $FreeBSD$
#

PORTNAME=   xwatch
PORTVERSION=    0.1.0
CATEGORIES= sysutils
MASTER_SITES=   http://www.student.lu.se/~nbi98oli/src/obsolete/

MAINTAINER= mph@freebsd.org

USE_XLIB=   yes
USE_GNOMENG=    yes
USE_GNOME=  gtk12
GNU_CONFIGURE=  yes

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${PREFIX}/share/doc/xwatch
    ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xwatch
    ${INSTALL_DATA} ${WRKSRC}/doc/TODO ${PREFIX}/share/doc/xwatch
    ${INSTALL_DATA} ${WRKSRC}/doc/xwatch.test.conf ${PREFIX}/share/doc/xwatch
.endif

.include <bsd.port.mk>