mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
29 lines
689 B
Makefile
29 lines
689 B
Makefile
# New ports collection makefile for: kmess
|
|
# Date created: 21 June 2002
|
|
# Whom: Hye-Shik Chang <perky@python.or.kr>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kmess
|
|
PORTVERSION= 1.5.p.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= net-im kde
|
|
MASTER_SITES= SF/${PORTNAME}/Older%20versions/1.5pre1
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p./pre/}
|
|
|
|
MAINTAINER= freebsd-ports@club-internet.fr
|
|
COMMENT= MSN Messenger Client for KDE3
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_AUTOTOOLS= libtool
|
|
USE_GMAKE= yes
|
|
|
|
post-patch:
|
|
@${TOUCH} -t 200510070000 ${WRKSRC}/admin/cvs.sh
|
|
@${TOUCH} -t 200510070001 ${WRKSRC}/Makefile.am.in
|
|
@${TOUCH} -t 200510070002 ${WRKSRC}/subdirs
|
|
@${TOUCH} -t 200510070003 ${WRKSRC}/Makefile.am
|
|
|
|
.include <bsd.port.mk>
|