blob: 3c7ae18188c194224311eb819ec2defd05d6c50c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= granulate
PORTVERSION= 0.2
CATEGORIES= misc
MASTER_SITES= https://github.com/jharris3299/distfiles/raw/master/
MAINTAINER= jharris@widomaker.com
COMMENT= Program for splitting files in place
WWW= https://web.archive.org/web/20021208171222/http://exe2bin.com/granulate/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
PLIST_FILES= bin/granulate
post-patch:
@${REINPLACE_CMD} -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" \
${WRKSRC}/Makefile
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
|