mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
28 lines
566 B
Makefile
28 lines
566 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${PKGNAMESUFFIX2}
|
|
DISTNAME= ${PORTNAME}-client
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= AnimeNfo client
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_GMAKE= yes
|
|
PLIST_FILES= bin/animenfo-client
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/animenfo-client ${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|