mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
39e0ff9ee1
Move distfiles from ~jraynard/public_html/ports/distfiles/ to ~fenner/public_html/distfiles-- this does not imply that I take any responsibility for the ports but I'll at least host the existing distfiles =)
23 lines
474 B
Makefile
23 lines
474 B
Makefile
# New ports collection makefile for: props
|
|
# Version required: 1.0
|
|
# Date created: 3 January 1998
|
|
# Whom: jraynard
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= props-1.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.freebsd.org/~fenner/distfiles/
|
|
|
|
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>
|