mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
31 lines
611 B
Makefile
31 lines
611 B
Makefile
# New ports collection makefile for: kxgenerator
|
|
# Date created: 2006-12-10
|
|
# Whom: Max Brazhnikov <makc@issp.ac.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kxgenerator
|
|
PORTVERSION= 0.3.7
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11 kde
|
|
MASTER_SITES= http://dp0154.debowypark.waw.pl/
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= KDE utility to configure the X server
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDEBASE_VER=3
|
|
USE_AUTOTOOLS= libtool:15
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
INSTALLS_ICONS= yes
|
|
|
|
DEPRECATED= Project abandoned
|
|
|
|
post-patch:
|
|
cd ${WRKSRC}/src && ${REINPLACE_CMD} -e "s:/usr:${LOCALBASE}:g" \
|
|
properties.h main.cpp
|
|
|
|
.include <bsd.port.mk>
|