1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/misc/countrycodes/Makefile
2009-03-27 09:53:36 +00:00

34 lines
711 B
Makefile

# New ports collection makefile for: countrycodes
# Date created: 6 Jul 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= countrycodes
PORTVERSION= 1.0.5
CATEGORIES= misc
MASTER_SITES= http://www.grigna.com/diego/linux/countrycodes/ \
CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= An ISO 3166 country code finder
BUILD_WRKSRC= ${WRKSRC}/src
INSTALL_WRKSRC= ${BUILD_WRKSRC}
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/iso3166
PORTDOCS= README
MAN1= iso3166.1
MAKE_ARGS= prefix="${PREFIX}" CC="${CC}" CCOPTS="${CFLAGS}" WARNINGS=""
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>