aboutsummaryrefslogtreecommitdiffstats
path: root/palm/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-05-17 05:29:21 +0800
committerAkinori MUSHA <knu@FreeBSD.org>2000-05-17 05:29:21 +0800
commit46039d83b5dc9a86249226ea58b240732455b866 (patch)
treeb95e6b53a298caa5c06eafd6bcd886c0b74538ab /palm/Makefile
parentf77c5aa5f71088d8afc7e549e3fc3ee5dce49b37 (diff)
downloadfreebsd-ports-46039d83b5dc9a86249226ea58b240732455b866.tar.gz
freebsd-ports-46039d83b5dc9a86249226ea58b240732455b866.tar.zst
freebsd-ports-46039d83b5dc9a86249226ea58b240732455b866.zip
Activate hdconv.
Notes
Notes: svn path=/head/; revision=28496
Diffstat (limited to 'palm/Makefile')
-rw-r--r--palm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/palm/Makefile b/palm/Makefile
index 5ced1ff94602..d41ffd84dde8 100644
--- a/palm/Makefile
+++ b/palm/Makefile
@@ -4,6 +4,7 @@
SUBDIR += coldsync
SUBDIR += gnomepilot
SUBDIR += gnomepilot-conduits
+ SUBDIR += hdconv
SUBDIR += imgvtopgm
SUBDIR += isilo
SUBDIR += jconv
alt'>
1e6e296230ae
b1d759984784

25174ab4d081
57f0290e3259



25174ab4d081
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
                                                
           

                      
                     
                 




                                                    
                                      
 


                                 
                                                                               

                                
                                    

                                   
 



                                                            
                      
# Created by: Ashish SHUKLA <ashish@FreeBSD.org>
# $FreeBSD$

PORTNAME=   mcomix
PORTVERSION=    1.2.1
PORTREVISION=   1
CATEGORIES= graphics
MASTER_SITES=   SF/${PORTNAME}/MComix-${PORTVERSION}
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= ashish@FreeBSD.org
COMMENT=    GTK2 comic book viewer

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

BUILD_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR}
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USES=       python:2.7 tar:bzip2
USE_GNOME=  pygtk2
USE_PYTHON= autoplist distutils

post-patch:
    @${REINPLACE_CMD} -e 's|share/man/man1|man/man1|g' \
        ${WRKSRC}/setup.py

.include <bsd.port.mk>