freebsd-ports/databases/animenfo-client/Makefile
Dirk Meyer 235e07a2f0 The AnimeNfo client
The simplest AnimeNfo client. Written in C.
Despite being the simplest example of AnimeNfo client,
all socket operations were done in non-blocking.
2006-11-02 20:32:52 +00:00

25 lines
542 B
Makefile

# New ports collection makefile for: animenfo-client
# Date created: 3rd August 2001
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= animenfo
PORTVERSION= 20020819
CATEGORIES= databases
MASTER_SITES= http://www.animenfo.com/extension/files/
PKGNAMESUFFIX= -client
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}
EXTRACT_SUFX= .tgz
MAINTAINER= dinoex@FreeBSD.org
COMMENT= AnimeNfo client
USE_GMAKE= yes
PLIST_FILES= bin/animenfo-client
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/animenfo-client ${PREFIX}/bin/
.include <bsd.port.mk>