mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
edcf8b3594
Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
31 lines
692 B
Makefile
31 lines
692 B
Makefile
# New ports collection makefile for: micq
|
|
# Date created: 31 Oct 1998
|
|
# Whom: flathill
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= micq
|
|
PORTVERSION= 0.4.3
|
|
CATEGORIES= japanese net
|
|
MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.3/ \
|
|
http://people.FreeBSD.org/~flathill/distfiles/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
PATCH_SITES= http://people.FreeBSD.org/~flathill/distfiles/
|
|
PATCHFILES= ${DISTNAME}-jp.patch
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
MAINTAINER= flathill@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/micq
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/micq
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|