mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ac68dcbad5
Suggested by: Anthony Chavez <magus@magus.users.xmission.com>
24 lines
515 B
Makefile
24 lines
515 B
Makefile
# New ports collection makefile for: micq
|
|
# Version required: 0.4.3
|
|
# Date created: 11 Oct 1998
|
|
# Whom: mph
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= micq-0.4.3
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.3/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= mph@freebsd.org
|
|
|
|
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>
|