33 lines
657 B
Makefile
33 lines
657 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/11/19 22:31:37 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= Tlen.pl protocol plugin for Pidgin
|
|
|
|
DISTNAME= pidgin-tlen-20080602
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://nic.com.pl/~alek/pidgin-tlen/
|
|
|
|
MAINTAINER= Aleksander Piotrowski <alek@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= net/pidgin>=2.4.1
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pidgin
|
|
${INSTALL_DATA} ${WRKSRC}/README \
|
|
${PREFIX}/share/doc/pidgin/tlen-plugin.txt
|
|
|
|
.include <bsd.port.mk>
|