aboutsummaryrefslogblamecommitdiff
path: root/sysutils/fpart/Makefile
blob: 926da6caf009d623aa4da603f2a9c9756ff7ed56 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                              

                     
                     


                                                                       

                                    
                                                   
 
                          
 


                                
                                             

                                     
                           

                                   

                                          

                                                       
             
                                      
                                                                         
 
                      
# Created by: Ganael Laplanche <ganael.laplanche@martymac.org>

PORTNAME=	fpart
PORTVERSION=	1.3.0
CATEGORIES=	sysutils
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
		http://contribs.martymac.org/fpart/

MAINTAINER=	martymac@FreeBSD.org
COMMENT=	Sort and pack files into partitions

LICENSE=	BSD2CLAUSE

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-embfts

PLIST_FILES=	bin/fpart man/man1/fpart.1.gz
PORTDOCS=	Changelog README TODO

OPTIONS_DEFINE=	FPSYNC DOCS
OPTIONS_DEFAULT=	FPSYNC
FPSYNC_DESC=	Install fpsync tool
FPSYNC_RUN_DEPENDS=	rsync:net/rsync \
			sudo:security/sudo
FPSYNC_PLIST_FILES=	bin/fpsync man/man1/fpsync.1.gz

post-install:
	${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>