blob: 949820f4e27ffce9d374477299459e86f2328ee7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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
USE_GMAKE= yes
PLIST_FILES= bin/animenfo-client
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/animenfo-client ${PREFIX}/bin/
.include <bsd.port.mk>
|