mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
43fcd24050
breaks. Suggested by: "R. Beasley" <rbeasley@uberhacker.org>
24 lines
515 B
Makefile
24 lines
515 B
Makefile
# New ports collection makefile for: micq
|
|
# Version required: 0.4.2
|
|
# Date created: 11 Oct 1998
|
|
# Whom: mph
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= micq-0.4.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.2/
|
|
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>
|