4942ce5a7d
- Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
32 lines
716 B
Makefile
32 lines
716 B
Makefile
# Ports collection Makefile for: ljcharm
|
|
# Date created: 2003-02-26
|
|
# Whom: schmidtcarl@earthlink.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= charm
|
|
PORTVERSION= 1.7.0
|
|
CATEGORIES= deskutils net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ljcharm
|
|
|
|
MAINTAINER= seawolf@marinewolf.net
|
|
COMMENT= A menu-driven python-based livejournal client
|
|
|
|
MAN1=charm.1
|
|
MAN5=charmrc.5
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGVERSION= 1.6.0
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${INSTALL_DATA} ${WRKSRC}/CHANGES.charm ${DOCSDIR}/CHANGES
|
|
${INSTALL_DATA} ${WRKSRC}/README.charm ${DOCSDIR}/README
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/sample.charmrc ${EXAMPLESDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|