a84c115a09
Approved by: portmgr (not really, but touches unstaged ports)
21 lines
438 B
Makefile
21 lines
438 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= animenfo
|
|
PORTVERSION= 20020819
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.animenfo.com/extension/files/
|
|
PKGNAMESUFFIX= -client${PKGNAMESUFFIX2}
|
|
DISTNAME= ${PORTNAME}-client
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= AnimeNfo client
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= gmake tar:tgz
|
|
PLIST_FILES= bin/animenfo-client
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/animenfo-client ${STAGEDIR}/${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|