2003-03-02 21:04:30 +01:00
|
|
|
# Ports collection Makefile for: ljcharm
|
|
|
|
# Date created: 2003-02-26
|
|
|
|
# Whom: schmidtcarl@earthlink.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= charm
|
2005-01-10 22:36:09 +01:00
|
|
|
PORTVERSION= 1.5.0
|
2003-03-02 21:04:30 +01:00
|
|
|
CATEGORIES= deskutils net
|
2004-06-27 20:04:45 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2003-03-02 21:04:30 +01:00
|
|
|
MASTER_SITE_SUBDIR= ljcharm
|
|
|
|
|
2005-01-10 22:36:09 +01:00
|
|
|
MAINTAINER= seawolf@marinewolf.net
|
2003-03-02 21:04:30 +01:00
|
|
|
COMMENT= A menu-driven python-based livejournal client
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2004-06-27 20:04:45 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2003-03-02 21:04:30 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2004-06-27 20:04:45 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/CHANGES.charm ${DOCSDIR}/CHANGES
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README.charm ${DOCSDIR}/README
|
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/sample.charmrc ${EXAMPLESDIR}
|
2003-03-02 21:04:30 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|