36 lines
744 B
Makefile
36 lines
744 B
Makefile
# $OpenBSD: Makefile,v 1.7 2006/12/08 22:31:33 sturm Exp $
|
|
|
|
COMMENT= "LiveJournal client for Python"
|
|
|
|
DISTNAME= charm-1.7.0
|
|
PKGNAME= ${DISTNAME}p2
|
|
CATEGORIES= net news
|
|
|
|
HOMEPAGE= http://ljcharm.sourceforge.net/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ljcharm/}
|
|
|
|
MODULES= lang/python
|
|
RUN_DEPENDS= :py-feedparser-*:textproc/py-feedparser
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/charm
|
|
|
|
post-configure:
|
|
@perl -pi -e 's|%%PREFIX%%|${PREFIX}|g' \
|
|
${WRKSRC}/charm.1 \
|
|
${WRKSRC}/charmrc.5
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README.charm ${DOCSDIR}/README
|
|
|
|
.include <bsd.port.mk>
|