freebsd-ports/x11/props/Makefile
Peter Wemm 02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00

25 lines
508 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://people.FreeBSD.org/~fenner/distfiles/
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>