Lines 6-17
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= hppsmtools |
8 |
PORTNAME= hppsmtools |
9 |
PORTVERSION= 1.02 |
9 |
PORTVERSION= 1.1 |
10 |
CATEGORIES= graphics |
10 |
CATEGORIES= graphics |
11 |
MASTER_SITES= http://unimut.fsk.uni-heidelberg.de/demi/photosmart/ |
11 |
MASTER_SITES= http://unimut.fsk.uni-heidelberg.de/demi/photosmart/ |
12 |
|
12 |
|
13 |
MAINTAINER= ports@FreeBSD.org |
13 |
MAINTAINER= ports@FreeBSD.org |
14 |
COMMENT= Tool for HP PhotoSmart C5340A & Konica Q-EZ digital cameras |
14 |
COMMENT= Tool for HP PhotoSmart C5340A & Konica Q-EZ digital cameras |
|
|
15 |
|
16 |
USE_REINPLACE= yes |
17 |
|
18 |
PORTDOCS= README |
19 |
PLIST_FILES= bin/psmdel bin/psmdir bin/psmget bin/psmsho |
20 |
|
21 |
post-patch: |
22 |
@${REINPLACE_CMD} -e 's|^CC=|#CC=|g ; \ |
23 |
s|-Wall -pedantic|$$(CFLAGS)|g' ${WRKSRC}/Makefile |
24 |
@${REINPLACE_CMD} -e '/typedef unsigned char/d' ${WRKSRC}/exif.h |
25 |
@${REINPLACE_CMD} -e '/<malloc.h>/d' ${WRKSRC}/psm*.c |
15 |
|
26 |
|
16 |
do-install: |
27 |
do-install: |
17 |
.for file in psmdel psmdir psmget psmsho |
28 |
.for file in psmdel psmdir psmget psmsho |