98a8a6ea91
Charm is a client for the LiveJournal online diary service, as well as other journal services that use the LiveJournal framework, such as DeadJournal and uJournal. requested/maintained by mpech@. ok alek@ mpech@.
34 lines
748 B
Makefile
34 lines
748 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/02/23 16:42:41 xsa Exp $
|
|
|
|
COMMENT= "LiveJournal client for Python"
|
|
|
|
DISTNAME= charm-1.5.0
|
|
CATEGORIES= net news
|
|
|
|
HOMEPAGE= http://ljcharm.sourceforge.net/
|
|
|
|
MAINTAINER= Mike Pechkin <mpech@openbsd.org>
|
|
|
|
# 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
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/charm
|
|
EXAMPLESDIR= ${PREFIX}/share/examples/charm
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README.charm ${DOCSDIR}/README
|
|
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/sample.charmrc ${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|