mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
33 lines
741 B
Makefile
33 lines
741 B
Makefile
# New ports collection makefile for: xorg-edit
|
|
# Date created: 4 August 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xorg-edit
|
|
PORTVERSION= 06.08.26
|
|
CATEGORIES= x11
|
|
MASTER_SITES= SF
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}_src
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= GUI to edit xorg.conf
|
|
|
|
LIB_DEPENDS= wx_baseu-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-unicode
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
BUILD_WRKSRC= ${WRKSRC}/sources
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
post-extract:
|
|
@${CHMOD} 644 ${BUILD_WRKSRC}/*
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's/wx-config/wxgtk2u-2.6-config/g' ${BUILD_WRKSRC}/${MAKEFILE}
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|