mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
26 lines
502 B
Makefile
26 lines
502 B
Makefile
# New ports collection makefile for: props
|
|
# Date created: 3 January 1998
|
|
# Whom: jraynard
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= props
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= fenner
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
|
|
|
|
WRKSRC= ${WRKDIR}/props
|
|
USE_IMAKE= yes
|
|
|
|
post-install:
|
|
${MKDIR} ${X11BASE}/lib/X11/locale/C/props; \
|
|
${INSTALL_DATA} ${WRKSRC}/C/* ${X11BASE}/lib/X11/locale/C/props
|
|
|
|
.include <bsd.port.mk>
|