summaryrefslogblamecommitdiff
path: root/www/wwwcount/Makefile
blob: 973fc6da66cb1ccb3c2837ca90ad9e3ece0f8130 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                
                           


                                   
           

 

                            
                   
                                                                 
 
                                         
 

                   
                   
                         
 
              
                                                     





                                              

                                                         
                                     
                                                           

                                                                         

                      
# New ports collection makefile for:    wwwcount
# Version required:     2.5
# Date created:         16 May 1996
# Whom:                 ache
#
# $FreeBSD$
#

DISTNAME=       wwwcount2.5
PKGNAME=        wwwcount-2.5
CATEGORIES=     www
MASTER_SITES=   http://www.fccc.edu/users/muquit/src/wwwcount2.5/

MAINTAINER=     dervish@ikhala.tcimet.net

GNU_CONFIGURE=  yes
IS_INTERACTIVE= yes
USE_GMAKE=      yes
MAN1=		mkstrip.1

pre-configure:
	cd ${WRKSRC}; PREFIX=${PREFIX} ./Count-config

post-build:
	cd ${WRKSRC}; ./Gen-conf

do-install:
	cd ${WRKSRC}; yes "" | ./Count-install
	cd ${WRKSRC}/utils/extdgts; \
		${INSTALL_PROGRAM} extdgts ${PREFIX}/bin;
	cd ${WRKSRC}/utils/mkstrip; \
		${INSTALL_PROGRAM} mkstrip ${PREFIX}/bin; \
		${INSTALL_MAN} mkstrip.1 ${PREFIX}/man/man1; \
		${INSTALL_SCRIPT} mkstrip.sh ${PREFIX}/lib/Counter/digits

.include <bsd.port.mk>