mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
24 lines
474 B
Makefile
24 lines
474 B
Makefile
# Created by: gurkan@phys.ethz.ch
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= charmap
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 4
|
|
CATEGORIES= deskutils gnustep
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP_CH}
|
|
MASTER_SITE_SUBDIR= charmap
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Character map for GNUstep
|
|
|
|
LICENSE= GPLv2
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
.include <bsd.port.mk>
|