- Add LICENSE (GPLv2)
- Unmute data installation commands - Relinquish as I no longer use it
This commit is contained in:
parent
f2cf0ade3d
commit
3b1fc17911
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276101
@ -12,9 +12,11 @@ CATEGORIES= net-im www python
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A free multi-platform Twitter client written in Python
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
|
||||
${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \
|
||||
${PYTHON_PKGNAMEPREFIX}simplejson>=1.7.1:${PORTSDIR}/devel/py-simplejson
|
||||
@ -45,7 +47,7 @@ post-patch: .SILENT
|
||||
post-install:
|
||||
# Install themes and media files where they belong
|
||||
@${MKDIR} ${DATADIR}/media ${DATADIR}/theme
|
||||
@${INSTALL_DATA} ${WRKSRC}/media/* ${DATADIR}/media
|
||||
@${INSTALL_DATA} ${WRKSRC}/theme/* ${DATADIR}/theme
|
||||
${INSTALL_DATA} ${WRKSRC}/media/* ${DATADIR}/media
|
||||
${INSTALL_DATA} ${WRKSRC}/theme/* ${DATADIR}/theme
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user